[
https://issues.apache.org/jira/browse/HIVE-14754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Barna Zsombor Klara updated HIVE-14754:
---------------------------------------
Release Note:
Five new metrics are being added to track the query execution in HiveServer2.
- hs2_submitted_queries - is showing the number of queries currently submitted
to HS2 and being processed as well as the min/max/mean execution times for the
last 1028 measurements.
- hs2_compiling_queries - is showing the number of queries currently in the
compilation phase and the min/max/mean execution times for the last 1028
measurements.
- hs2_executing_queries - is showing the number of queries currently in the
execution phase and the min/max/mean execution times for the last 1028
measurements.
- hs2_failed_queries - is showing the total number of failed queries, as well
as the query failure rate exponentially weighted moving average for the last
5/10/15 minutes
- hs2_suceeded_queries - is showing the total number of successful queries, as
well as the query success rate exponentially weighted moving average for the
last 5/10/15 minutes
Affects Version/s: 2.2.0
Target Version/s: 2.2.0
Status: Patch Available (was: Open)
> Track the queries execution lifecycle times
> -------------------------------------------
>
> Key: HIVE-14754
> URL: https://issues.apache.org/jira/browse/HIVE-14754
> Project: Hive
> Issue Type: Sub-task
> Components: Hive, HiveServer2
> Affects Versions: 2.2.0
> Reporter: Barna Zsombor Klara
> Assignee: Barna Zsombor Klara
> Attachments: HIVE-14754.patch
>
>
> We should be able to track the nr. of queries being compiled/executed at any
> given time, as well as the duration of the execution and compilation phase.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)