[ https://issues.apache.org/jira/browse/SLIDER-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327756#comment-16327756 ]
Sandeep Nemuri commented on SLIDER-1255: ---------------------------------------- [~gsaha], Kindly review this jira. > 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)