Member since
06-22-2017
8
Posts
0
Kudos Received
0
Solutions
05-13-2019
09:46 PM
Hi can you put datanode in maintenance through bash command or direct python command? I have ginormous and i want to quickly stop and start services. I am using hadoop-daemon.sh start to to start a datanode. I know maintenence mode is not from hadoop API that is built as part of Ambari.
... View more
11-29-2017
06:11 AM
Thanks Aditya That worked 🙂
... View more
11-07-2017
06:35 PM
2 Kudos
You can find it from boht way thorugh Hadoop commands and Curl command 1) hdfs dfsamdin -report 2) Hadoop fsck / 3) curl -u username -H "X-Requested-By: ambari" -X GET http://cluster-hostname:8080/api/v1/clusters/clustername/services/HDFS
... View more