set dfs.datanode.max.xcievers to 4096

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-02-23 07:46:52 +00:00
parent bc1496db15
commit ff14ff35ba
1 changed files with 8 additions and 0 deletions

View File

@ -119,6 +119,14 @@ cat > $HADOOP_HOME/conf/hdfs-site.xml <<EOF
<name>dfs.data.dir</name>
<value>$DFS_DATA_DIR</value>
</property>
<property>
<name>dfs.datanode.handler.count</name>
<value>10</value>
</property>
<property>
<name>dfs.datanode.max.xcievers</name>
<value>4096</value>
</property>
</configuration>
EOF
cat > $HADOOP_HOME/conf/mapred-site.xml <<EOF