0 votes
in HDFS by

How will you manually enter and leave Safe Mode in Hadoop?

1 Answer

0 votes
by

Below command is used to enter Safe Mode manually –

$ Hdfs dfsadmin -safe mode enter

Once the safe mode is entered manually, it should be removed manually.

Below command is used to leave Safe Mode manually –

$ hdfs dfsadmin -safe mode leave

Related questions

0 votes
asked Jun 20, 2023 in HDFS by john ganales
+1 vote
asked Dec 20, 2022 in Hadoop by john ganales
...