Sandeep Nemuri created SLIDER-1255: -------------------------------------- Summary: 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
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 (v6.4.14#64029)