You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Jerry Xin <je...@gmail.com> on 2016/08/30 08:00:34 UTC

Hadoop metrics can be only sent to the first ganglia gmond server

Hi all,
I am currently using ganglia to receive hadoop metrics,but I find that metrics
can be only sent to the first gmond server.I did some digging,found out
that GangliaSink(AbstractGangliaSink) parse metric servers use
conf.getString(conf is SubsetConfiguration) ,which return only the first
element in the list.
I filed a jira issue HADOOP-13477 earlier, but the Hadoop QA gave an
unrelated unit test failure.Can someone give some solutions?

Any response would be appreciated!