[ https://issues.apache.org/jira/browse/SLIDER-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328052#comment-16328052 ]
Sandeep Nemuri commented on SLIDER-1255: ---------------------------------------- [~gsaha], This config change is generic for all the versions. Completely agree with you but as the metrics feature is already implemented just wanted to make this changes so that the data can reach AMS. > Incorrect metrics properties in slider hbase and accumulo applications > ---------------------------------------------------------------------- > > Key: SLIDER-1255 > URL: https://issues.apache.org/jira/browse/SLIDER-1255 > Project: Slider > Issue Type: Bug > Components: app-package > Reporter: Sandeep Nemuri > Priority: Major > Attachments: SLIDER-1255.patch > > > Slider apps (Hbase in this case) are unable to detect the metric collector > and hence unable to send metrics to ambari metrics collector. > Below is the snippet form Hmaster log: > {code:java} > 2017-10-12 08:06:30,532 INFO [main] impl.MetricsConfig: loaded properties > from hadoop-metrics2-hbase.properties > 2017-10-12 08:06:30,634 INFO [main] timeline.HadoopTimelineMetricsSink: > Initializing Timeline metrics sink. > 2017-10-12 08:06:30,635 INFO [main] timeline.HadoopTimelineMetricsSink: > Identified hostname = node1.localhost.com, serviceName = hbase98 > 2017-10-12 08:06:30,638 ERROR [main] timeline.HadoopTimelineMetricsSink: No > Metric collector configured. > 2017-10-12 08:06:30,647 INFO [main] impl.MetricsSinkAdapter: Sink timeline > started > 2017-10-12 08:06:30,705 INFO [main] impl.MetricsSystemImpl: Scheduled > snapshot period at 10 second(s). > 2017-10-12 08:06:30,705 INFO [main] impl.MetricsSystemImpl: HBase metrics > system started > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)