Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

can not find dfs.client.datanode-restart.timeout

avatar
Explorer

I need to change dfs.client.datanode-restart.timeout  to 30 but I can not find it in Cloudera manager HDFS configuration.

any help....

 

2 REPLIES 2

avatar
Master Guru

@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>

Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Explorer

thanks, 

i am already did that but I get conf deprecation.PNG