-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47085/
-----------------------------------------------------------

(Updated May 10, 2016, 12:17 a.m.)


Review request for Ambari, Aravindan Vijayan, Sumit Mohanty, and Sid Wagle.


Changes
-------

Attaching 2nd revision of the patch that includes the new requirement of 
splitting the metrics properties file into two:
one for llapdaemon and another for llaptaskscheduler


Bugs: AMBARI-16296
    https://issues.apache.org/jira/browse/AMBARI-16296


Repository: ambari


Description
-------

This patch makes start of HiveServer2 Interactive create 
/usr/hdp/current/hive-server2-hive2/conf/conf.server/hadoop-metrics2.properties 
(symlinked from /etc/hive2/conf/conf.server/) with following example content:

*.period=10
*.sink.timeline.plugin.urls=file:///usr/lib/ambari-metrics-hadoop-sink/ambari-metrics-hadoop-sink.jar
*.sink.timeline.class=org.apache.hadoop.metrics2.sink.timeline.HadoopTimelineMetricsSink
*.sink.timeline.period=10
*.sink.timeline.sendInterval=60000

# HTTPS properties
*.sink.timeline.truststore.path = /etc/security/clientKeys/all.jks
*.sink.timeline.truststore.type = jks
*.sink.timeline.truststore.password = bigdata

llapdaemon.sink.timeline.collector=http://metrics.collector.host.openstacklocal:6188

llapdaemon.sink.timeline_scheduler.class=org.apache.hadoop.metrics2.sink.timeline.HadoopTimelineMetricsSink
llapdaemon.sink.timeline_scheduler.context=scheduler
llapdaemon.sink.timeline_scheduler.collector=http://metrics.collector.host.openstacklocal:6188


Diffs (updated)
-----

  ambari-web/app/mixins/common/configs/configs_saver.js 1f81ef1 
  ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js 
080fff1 

Diff: https://reviews.apache.org/r/47085/diff/


Testing
-------

Verified that ambari-agent unit tests passes with the patch


Thanks,

Jaimin Jetly

Reply via email to