Created 09-30-2020 06:01 AM
I need to change dfs.client.datanode-restart.timeout to 30 but I can not find it in Cloudera manager HDFS configuration.
any help....
Created 09-30-2020 07:54 AM
@farouk You have to set those in hdfs-site.xml. For example:
HDFS Service Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml HDFS (Service-Wide) View as XML Name dfs.client.datanode-restart.timeout Value 30 Description Description Final
Or something like below:
<property><name>dfs.client.datanode-restart.timeout</name><value>30</value></property>
Created 09-30-2020 07:59 AM
thanks,
i am already did that but I get