Hi all, I have a newly installed HDP-2.2 on a small cluster (2 hosts). The installation ( via install wizard), including services like Ganglia / Zookeeper / Storm etc, went smoothly (CentOS 6.5) and ambari-server and all desired services are up and running. But when I login to the Ambari web UI, the dashboard shows nothing for any of the standard Metrics (Memory / Network / CPU /Cluster load), instead the UI shows below message:
No data There was no data available. Possible reasons include inaccessible Ganglia service I then checked both hosts where Ganglia server daemon (gmetad) and client daemon (gmond) run, all daemons are running: #ps -ef |grep gmetad nobody 31970 1 0 10:38 ? 00:00:02 /usr/sbin/gmetad --conf=/etc/ganglia/hdp/gmetad.conf --pid-file=/var/run/ganglia/hdp/gmetad.pid #ps -ef | grep gmond nobody 13681 1 0 10:38 ? 00:00:19 /usr/sbin/gmond --conf=/etc/ganglia/hdp/HDPSlaves/gmond.core.conf --pid-file=/var/run/ganglia/hdp/HDPSlaves/gmond.pid But when I check the ambari-server.log, got some ERROR message with Java exception: ERROR [qtp1835310612-22] GangliaReportPropertyProvider:153 - Caught exception getting Ganglia metrics : java.net.ConnectException: Connection refused : spec=http://vm-galaxy04.aware.com/ganglia/graph.php?g=cpu_report&json=1 The ERROR message seems like network connection issue, but the hosts look OK in the network. I have tried restarting Ganglia services with no luck, restarted all services but still the same. Does anyone have any ideas how I solve the Java Exception and get the dashboard to work properly? Thank you!
