Details
-
Type:
Bug
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: CDH4.0.0
-
Fix Version/s: None
-
Component/s: Docs
-
Labels:None
Description
Nothing to major. Found this in the HDFS High Availability Software Configuration Guide. The value element for dfs.ha.fencing.ssh.connect-timeout does not have a value. This might sting someone who copy and pastes this snippet. Great docs by the way!
<property> <name>dfs.ha.fencing.ssh.connect-timeout</name> <value> </property>
Should be
<property> <name>dfs.ha.fencing.ssh.connect-timeout</name> <value>30000</value> <description> SSH connection timeout, in milliseconds, to use with the builtin sshfence fencer. </description> </property>