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

Lefty Leverenz commented on HIVE-13494:
---------------------------------------

Doc note:  This removes *hive.llap.queue.metrics.percentiles.intervals* and 
adds *hive.llap.io.decoding.metrics.percentiles.intervals* so the changes need 
to be documented in the LLAP section of Configuration Properties for release 
2.1.0.

* [Configuration Properties -- LLAP | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-LLAP]

Question:  Why is *hive.llap.queue.metrics.percentiles.intervals* included at 
the end of the description for 
*hive.llap.io.decoding.metrics.percentiles.intervals* (or are "\n" and "+" on 
the previous line errors)?

{code}
-    
LLAP_QUEUE_METRICS_PERCENTILE_INTERVALS("hive.llap.queue.metrics.percentiles.intervals",
 "",
+    
LLAP_IO_DECODING_METRICS_PERCENTILE_INTERVALS("hive.llap.io.decoding.metrics.percentiles.intervals",
 "30",
         "Comma-delimited set of integers denoting the desired rollover 
intervals (in seconds)\n" +
-        "for percentile latency metrics on the LLAP daemon producer-consumer 
queue.\n" +
-        "By default, percentile latency metrics are disabled."),
+        "for percentile latency metrics on the LLAP daemon IO decoding 
time.\n" +
+        "hive.llap.queue.metrics.percentiles.intervals"),
{code}

> LLAP: Some metrics from daemon are not exposed to hadoop-metrics2
> -----------------------------------------------------------------
>
>                 Key: HIVE-13494
>                 URL: https://issues.apache.org/jira/browse/HIVE-13494
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 2.1.0, 2.0.1
>            Reporter: Prasanth Jayachandran
>            Assignee: Prasanth Jayachandran
>              Labels: TODOC2.1
>             Fix For: 2.1.0
>
>         Attachments: HIVE-13494.1.patch, HIVE-13494.1.patch, 
> HIVE-13494.2.patch
>
>
> LlapDaemonInfo is exposed via JMX but not sent to hadoop metrics.
> Async IO metrics also seems incorrect.



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

Reply via email to