Author: rvs
Date: Wed Nov 16 23:20:53 2011
New Revision: 1202929

URL: http://svn.apache.org/viewvc?rev=1202929&view=rev
Log:
BIGTOP-261. pseudo distributed config would benefit from dfs.safemode.extension 
set to 0 and dfs.safemode.min.datanodes set to 1

Modified:
    
incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml

Modified: 
incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml?rev=1202929&r1=1202928&r2=1202929&view=diff
==============================================================================
--- 
incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
 (original)
+++ 
incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/conf.pseudo/hdfs-site.xml
 Wed Nov 16 23:20:53 2011
@@ -26,6 +26,16 @@
      <name>dfs.permissions</name>
      <value>false</value>
   </property>
+  <!-- Immediately exit safemode as soon as one DataNode checks in. 
+       On a multi-node cluster, these configurations must be removed.  -->
+  <property>
+    <name>dfs.safemode.extension</name>
+    <value>0</value>
+  </property>
+  <property>
+     <name>dfs.safemode.min.datanodes</name>
+     <value>1</value>
+  </property>
   <property>
      <!-- specify this so that running 'hadoop namenode -format' formats the 
right dir -->
      <name>dfs.name.dir</name>


Reply via email to