You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/05/12 19:57:13 UTC

[jira] [Commented] (AMBARI-16296) Ambari agent changes to push llap metrics to AMS

    [ https://issues.apache.org/jira/browse/AMBARI-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281956#comment-15281956 ] 

Hudson commented on AMBARI-16296:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4831 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4831/])
AMBARI-16296. Ambari agent changes to push llap metrics to AMS. (jaimin) (jaimin: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2d4e49f772a8cf4f30a26a3157e6e3f3384ff097])
* ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py
* ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_interactive.py
* ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hadoop-metrics2-llaptaskscheduler.j2
* ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hadoop-metrics2-llapdaemon.j2


> Ambari agent changes to push llap metrics to AMS
> ------------------------------------------------
>
>                 Key: AMBARI-16296
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16296
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-agent
>    Affects Versions: 2.4.0
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-16296.2.patch, AMBARI-16296.3.patch, AMBARI-16296.patch
>
>
> This patch makes start of HiveServer2 Interactive create /usr/hdp/current/hive-server2-hive2/conf/conf.server/hadoop-metrics2-llapdaemon.properties and   /usr/hdp/current/hive-server2-hive2/conf/conf.server/hadoop-metrics2-llaptaskscheduler.properties with following example content: 
> {code:title=hadoop-metrics2-llapdaemon.properties}
> # Licensed to the Apache Software Foundation (ASF) under one or more
> # contributor license agreements. See the NOTICE file distributed with
> # this work for additional information regarding copyright ownership.
> # The ASF licenses this file to You under the Apache License, Version 2.0
> # (the "License"); you may not use this file except in compliance with
> # the License. You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing, software
> # distributed under the License is distributed on an "AS IS" BASIS,
> # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> # See the License for the specific language governing permissions and
> # limitations under the License.
> # syntax: [prefix].[source|sink|jmx].[instance].[options]
> # See package.html for org.apache.hadoop.metrics2 for details
>   *.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://c6402.ambari.apache.org:6188
> {code}
> {code:title=hadoop-metrics2-llaptaskscheduler.properties}
> # Licensed to the Apache Software Foundation (ASF) under one or more
> # contributor license agreements. See the NOTICE file distributed with
> # this work for additional information regarding copyright ownership.
> # The ASF licenses this file to You under the Apache License, Version 2.0
> # (the "License"); you may not use this file except in compliance with
> # the License. You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing, software
> # distributed under the License is distributed on an "AS IS" BASIS,
> # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> # See the License for the specific language governing permissions and
> # limitations under the License.
> # syntax: [prefix].[source|sink|jmx].[instance].[options]
> # See package.html for org.apache.hadoop.metrics2 for details
>   *.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
>   llaptaskscheduler.sink.timeline.collector=http://c6402.ambari.apache.org:6188
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)