Member since
07-28-2016
10
Posts
2
Kudos Received
0
Solutions
08-24-2016
12:45 AM
This curl command shown registered hosts. thx! I try to below command, it works. curl -i -H "X-Requested-By: ambari"-u admin:admin -X DELETE http://localhost:8080/api/v1/hosts/hotname
... View more
08-24-2016
12:16 AM
You could remove via delete statement in psql.. 1) Removing table entries in hoststate : Delete from hoststate where host_id=xx 2) Removing table entries from hosts : Delete from hosts where host_id=xx And restart ambari-server thx. It works.
... View more
08-23-2016
09:14 AM
I was found this hosts ambari.hosts and ambari.hoststate on postgre database. This host's health_status is UNKNOWN. I want to remove this hosts clearly.
... View more
08-23-2016
09:04 AM
"hdfs dfsadmin -report" command is not shown registered but don't added hosts. refreshNamenodes datanodehost:port For the given datanode, reloads the configuration files, stops serving the removed block-pools and starts serving new block-pools.
refreshNodes Re-read the hosts and exclude files to update the set of Datanodes that are allowed to connect to the Namenode and those that should be decommissioned or recommissioned. I think refreshNamenodes command is not correct in my problem, so i try to refreshNodes command, but it doesn't works. Ambari-server still write heartbeat lost log.
... View more
08-23-2016
08:11 AM
I don't add on Ambari web ui. So, I can't see anywhere. But, ambari-server still check heartbeat. When i try to add host, on Confirm hosts tab, i can see this hosts on 'Other Registered Hosts' menu. This menu say that, "These are the hosts that have registered with the server, but do not appear in the list of hosts that you are adding."
... View more
08-23-2016
07:51 AM
1 Kudo
My cluster have registered hosts but do not added on cluster. It means that, I was installed ambari-agent on some hosts. This hosts registered to ambari-server by changing server hostname on amber-agent.ini But, I didn't registered on cluster using ambari web UI. Some times later, when i was checked ambari-server log, ambari server still check this host's heartbeat. "WARN [ambari-hearbeat-monitor] HeartbeatMonitor:154 - Heartbeat lost from host hostname" how can i remove this hosts?
... View more
Labels:
- Labels:
-
Apache Ambari