Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to get more details from safemode get

avatar

when we do safemode get we get the following:

su hdfs -c 'hdfs dfsadmin -safemode get'
Safe mode is ON in master01.sys23dns.com/107.64.25.61:8020
Safe mode is ON in master03.sys23dns.com/107.64.25.63:8020

its tell us that master01 and master02 are in safe mode

can we get more specific details from "safemode get" , about who are the services/components that are in safe mode?

I ask because I guess one service or more are in safe mode , and I want to get exactly the details who are in safe mode from the services ,

Michael-Bronson
1 ACCEPTED SOLUTION

avatar
Super Guru

@Michael Bronson,

Safe mode above applies only for NameNode and not for any other services/components. The above command gives you the safe mode status of 2 nodes (Active NameNode and standby NameNode)

You can read more about safe mode from the below links

http://hadooptutorial.info/safe-mode-in-hadoop/

http://data-flair.training/forums/topic/what-is-safemode-in-hadoop

Thanks,

Aditya

View solution in original post

1 REPLY 1

avatar
Super Guru

@Michael Bronson,

Safe mode above applies only for NameNode and not for any other services/components. The above command gives you the safe mode status of 2 nodes (Active NameNode and standby NameNode)

You can read more about safe mode from the below links

http://hadooptutorial.info/safe-mode-in-hadoop/

http://data-flair.training/forums/topic/what-is-safemode-in-hadoop

Thanks,

Aditya