HADOOP-18216. io.file.buffer.size must be positive (#4220)

Documents that the buffer size must be > 0

Contributed by Jingxuan Fu.
This commit is contained in:
liever18 2022-04-27 02:53:11 +08:00 committed by GitHub
parent d60262fe00
commit 2632d49282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,7 +793,8 @@
<description>The size of buffer for use in sequence files. <description>The size of buffer for use in sequence files.
The size of this buffer should probably be a multiple of hardware The size of this buffer should probably be a multiple of hardware
page size (4096 on Intel x86), and it determines how much data is page size (4096 on Intel x86), and it determines how much data is
buffered during read and write operations.</description> buffered during read and write operations. Must be greater than zero.
</description>
</property> </property>
<property> <property>