hadoop2.2.0 core-site.xml--Local file system

<!-- Local file system -->

<property>
  <name>file.stream-buffer-size</name>
  <value>4096</value>
  <description>The size of buffer to stream files.
  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
  buffered during read and write operations.</description>
</property>

注释:

<property>
  <name>file.bytes-per-checksum</name>
  <value>512</value>
  <description>The number of bytes per checksum.  Must not be larger than
  file.stream-buffer-size</description>
</property>

 注释:

<property>
  <name>file.client-write-packet-size</name>
  <value>65536</value>
  <description>Packet size for clients to write</description>
</property>

注释:

<property>
  <name>file.blocksize</name>
  <value>67108864</value>
  <description>Block size</description>
</property>

注释:

<property>
  <name>file.replication</name>
  <value>1</value>
  <description>Replication factor</description>
</property>

注释:

 

posted @ 2014-03-06 17:51  weian404  阅读(80)  评论(0编辑  收藏  举报