From ff14ff35ba30cfe9634240679f24f8d926c921ff Mon Sep 17 00:00:00 2001 From: Andrew Kyle Purtell Date: Tue, 23 Feb 2010 07:46:52 +0000 Subject: [PATCH] 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 --- contrib/ec2/bin/hbase-ec2-init-remote.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/ec2/bin/hbase-ec2-init-remote.sh b/contrib/ec2/bin/hbase-ec2-init-remote.sh index e5817a18ef6..915dbfbd1be 100644 --- a/contrib/ec2/bin/hbase-ec2-init-remote.sh +++ b/contrib/ec2/bin/hbase-ec2-init-remote.sh @@ -119,6 +119,14 @@ cat > $HADOOP_HOME/conf/hdfs-site.xml <dfs.data.dir $DFS_DATA_DIR + + dfs.datanode.handler.count + 10 + + + dfs.datanode.max.xcievers + 4096 + EOF cat > $HADOOP_HOME/conf/mapred-site.xml <