- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
There is a datacenter wide Ganglia monitoring wherein all the clusters are HDP 2.2. Now we are considering HDP 2.4 for a couple of new clusters. How do we integrate ambari metrics with datacenter wide ganglia
Created ‎11-02-2016 04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a DC wide Ganglia monitoring in place where in the clusters have been HDP 2.2 as of today. Now some of the new clusters need to have HDP 2.4. HDP 2.4 does not support Ganglia. Is there a way by which Ambari metrics can push data to Ganglia for the details needed by Ganglia.
Created ‎11-05-2016 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even though we no longer support Ganglia in our stack, the ganglia metrics sink in Hadoop is not removed, you can still leverage that https://wiki.apache.org/hadoop/GangliaMetrics
Another option is DropWizard https://community.hortonworks.com/repos/56568/dropwizard-metrics-reporter-for-apache-hadoop-metr.htm...
AMS supports rest API so you can also build your own sink, I tried similar approach with Apache Nifi And Graphite.
Created ‎11-05-2016 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even though we no longer support Ganglia in our stack, the ganglia metrics sink in Hadoop is not removed, you can still leverage that https://wiki.apache.org/hadoop/GangliaMetrics
Another option is DropWizard https://community.hortonworks.com/repos/56568/dropwizard-metrics-reporter-for-apache-hadoop-metr.htm...
AMS supports rest API so you can also build your own sink, I tried similar approach with Apache Nifi And Graphite.
Created ‎11-08-2016 05:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Artem Ervits. We were considering to extend the HadoopSink class for our purpose - say GangliaSink. The instance of this GangliaSink class will run in each of the machines (similar to the gmond of Ganglia). In this case, we may have to probably install gmetad in one of the machines in the cluster. We will check out the options provided by you too. Thank you so much.
Created ‎11-08-2016 03:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mohana Murali Gurunathan it would certainly be of benefit for the wider community when you implement your solution to submit an article on HCC on this. I'm sure there are others that would be of interest to see how it's done. Thank you
Created ‎11-09-2016 04:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Artem Ervits will definitely submit an article once it is implemented.
