0

Is there any RestAPIs available to check the safemode status of HDFS? Currently using the below command to get the status?

hadoop dfsadmin -safemode get

Thanks

Kalai
  • 319
  • 1
  • 4
  • 21

1 Answers1

1

You can see safemode status in WebUI

http://localhost:50070/dfshealth.jsp


underneath Cluster Summary

Y.Prithvi
  • 1,221
  • 3
  • 14
  • 27