|
@@ -51,7 +51,7 @@
|
|
|
|
|
|
<property>
|
|
<property>
|
|
<name>dfs.datanode.failed.volumes.tolerated</name>
|
|
<name>dfs.datanode.failed.volumes.tolerated</name>
|
|
- <value>0</value>
|
|
|
|
|
|
+ <value>1</value>
|
|
<description> Number of failed disks a DataNode would tolerate before it stops offering service</description>
|
|
<description> Number of failed disks a DataNode would tolerate before it stops offering service</description>
|
|
<final>true</final>
|
|
<final>true</final>
|
|
</property>
|
|
</property>
|
|
@@ -481,4 +481,11 @@ don't exist, they will be created with this permission.</description>
|
|
</description>
|
|
</description>
|
|
</property>
|
|
</property>
|
|
|
|
|
|
|
|
+ <property>
|
|
|
|
+ <name>dfs.namenode.name.dir.restore</name>
|
|
|
|
+ <value>true</value>
|
|
|
|
+ <description>Set to true to enable NameNode to attempt recovering a previously failed dfs.namenode.name.dir.
|
|
|
|
+ When enabled, a recovery of any failed directory is attempted during checkpoint.</description>
|
|
|
|
+ </property>
|
|
|
|
+
|
|
</configuration>
|
|
</configuration>
|