0 votes
in Hadoop by
When do you use the dfsadmin -refreshNodes and rmadmin -refreshNodes commands?

1 Answer

0 votes
by
When do you use the dfsadmin -refreshNodes and rmadmin -refreshNodes commands?

The commands below are used to refresh the node information while commissioning, or when the decommissioning of nodes is completed.

dfsadmin -refreshNodes

This is used to run the HDFS client and it refreshes node configuration for the NameNode.

rmadmin -refreshNodes

This is used to perform administrative tasks for ResourceManager.

Related questions

0 votes
asked Nov 6, 2020 in Hadoop by rahuljain1
0 votes
asked Oct 4, 2022 in Redis by john ganales
...