[ https://issues.apache.org/jira/browse/SLIDER-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327988#comment-16327988 ]
Gour Saha edited comment on SLIDER-1255 at 1/16/18 11:26 PM: ------------------------------------------------------------- [~Sandeep Nemuri] , in which version of HBase are you seeing this issue? Please note, the sample app-packages provided in the Slider code base are for example purposes only. These samples are not guaranteed to be kept up to date for each newer version of the apps nor do we claim that they will work for all future versions of the apps. All app owners should have their own source control of these app-package files for whichever version of the app they are using and the onus is on them to keep them up to date. The examples were tested to be working for a specific version of the app (like HBase, Accumulo, etc.) and specific version of other dependent components (like Ambari, Hadoop, etc.) and these versions are usually mentioned in the documentation, like this one - [https://github.com/apache/incubator-slider/blob/master/app-packages/accumulo/README.md] If AMS integration is broken for the versions mentioned in the README, then we should incorporate your patch. was (Author: gsaha): [~Sandeep Nemuri] , in which version of HBase are you seeing this issue? Please note, the sample app-packages provided in the Slider code base are for example purposes only. These samples are not guaranteed to be kept up to date for each newer version of the apps nor do we claim that they will work for all future versions of the apps. All app owners should have their own source control of these app-package files for whichever version of the app they are using and the onus is on them to keep them up to date. The examples were tested to be working for a specific version of the app and specific version of other dependent components (like Ambari) and these versions are usually mentioned in the documentation, like this one - [https://github.com/apache/incubator-slider/blob/master/app-packages/accumulo/README.md] If AMS integration is broken for the versions mentioned in the README, then we should incorporate your patch. > 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)