
hdfs-site
By: a guest on
Jul 31st, 2012 | syntax:
None | size: 0.96 KB | hits: 18 | expires: Never
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Put site-specific property overrides in this file.-->
<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
<description>Default block replication.
The actual number of replications can be specified when the file is created.
The default is used if replication is not specified in create time.
</description>
</property>
<property>
<!-- URI of NN. Fully qualified. No IP.-->
<name>fs.default.name</name>
<value>hdfs://localhost:54310</value>
</property>
<property>
<name>dfs.permissions</name>
<value>false</value>
<final>false</final>
</property>
<property>
<name>dfs.data.dir</name>
<value>/data/datadir</value>
</property>
<property>
<name>dfs.name.dir</name>
<value>/data/namedir</value>
</property>
<property>
<name>dfs.datanode.max.xcievers</name>
<value>4096</value>
</property>
</configuration>