- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to get more details from safemode get
- Labels:
-
Apache Ambari
-
Apache Hadoop
Created ‎02-06-2018 10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ,
Created ‎02-06-2018 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎02-06-2018 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
