You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Sandeep Nemuri (JIRA)" <ji...@apache.org> on 2017/12/27 14:11:00 UTC

[jira] [Updated] (SLIDER-1255) Incorrect metrics properties in slider hbase and accumulo applications

     [ https://issues.apache.org/jira/browse/SLIDER-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandeep Nemuri updated SLIDER-1255:
-----------------------------------
    Attachment: SLIDER-1255.patch

Attaching patch with necessary changes: [^SLIDER-1255.patch]

With this changes Slider Hbase app is now able to send metrics to AMS.

Kindly review.

> 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
>         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
(v6.4.14#64029)