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