Created 04-18-2016 07:45 PM
All the services are up and running, but all these clients are down. How to bring these up manually?
HBase Client,HCat Client,HDFS Client,Hive Client,MapReduce2 Client,Pig,Spark Client,Sqoop,Tez Client,YARN Client,ZooKeeper Client
Created 04-18-2016 08:34 PM
your command should be similar to like below:
curl -u admin:admin -i -H "X-Requested-By: ambari" -X PUT -d '{"HostRoles" : {"state" : "INSTALLED"}}' http://localhost:8080/api/v1/clusters/<Cluster Name>/hosts/<hostName where you have any issue>/host_components/< MAPREDUCE2_CLIENT>
Created 04-18-2016 07:51 PM
Created 04-18-2016 07:59 PM
all these Clients are down on edge node
Created 04-18-2016 08:17 PM
If you click on "Installed" you should see an option to "Refresh Configs". Can you check if clicking on it addresses your issue?
Created 04-18-2016 08:32 PM
When I clicked on refresh configs, it restarted all the clients. Still issue persists.
Created 04-18-2016 08:26 PM
please provide the output for below comand
Created 04-18-2016 08:34 PM
{ "status" : 404, "message" : "Parent Cluster resource doesn't exist. Cluster not found, clusterName=<cluster_name>. Cluster not found, clusterName=<cluster_name>" }
Created 04-18-2016 08:35 PM
here is the output:
{ "status" : 404, "message" : "Parent Cluster resource doesn't exist. Cluster not found, clusterName=<cluster_name>. Cluster not found, clusterName=<cluster_name>" }
Created 04-18-2016 08:28 PM
I believe that, Here is root Cause & solution for your issue:
root cause for your issue is : client in INSTALL_FAILED state
Solution: Provided API call to set it in INSTALLED state
Created 04-18-2016 08:35 PM
how to provide api call to set in INSTALLED state?