You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2017/11/29 10:38:00 UTC

[jira] [Comment Edited] (HIVE-18088) Add WM event traces at query level for debugging

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

Prasanth Jayachandran edited comment on HIVE-18088 at 11/29/17 10:37 AM:
-------------------------------------------------------------------------

Sample output:
{code}
Workload Manager Events Summary

QueryId: pjayachandran_20171129023639_cb013a2a-1933-460a-bcae-708ea82c255f
Triggers: [slow_in_bi]
----------------------------------------------------------------------------------------------
         EVENT_TIMESTAMP   EVENT                            SESSIONID CLUSTER %       POOL
----------------------------------------------------------------------------------------------
2017-11-29T10:36:40.245Z     GET cb86cc9b-c557-4753-8151-4a79142fdf5f     80.00 default.bi
2017-11-29T10:36:41.492Z    MOVE cb86cc9b-c557-4753-8151-4a79142fdf5f     20.00 default.etl
----------------------------------------------------------------------------------------------
{code}


was (Author: prasanth_j):
Sample output:
{code}
Workload Manager Events Summary

QueryId: pjayachandran_20171129014229_a5fbcf93-678e-4efd-98f3-bf0cfe0911c9
Triggers: [slow_in_bi]
----------------------------------------------------------------------------------------------
         EVENT_TIMESTAMP   EVENT                            SESSIONID CLUSTER %       POOL
----------------------------------------------------------------------------------------------
2017-11-29T09:42:32.281Z     GET 6edca840-5ee0-428b-ab0f-c3c47a6fb3d6     20.00 default.etl
2017-11-29T09:42:33.543Z    MOVE 6edca840-5ee0-428b-ab0f-c3c47a6fb3d6     20.00 default.etl
----------------------------------------------------------------------------------------------
{code}

> Add WM event traces at query level for debugging
> ------------------------------------------------
>
>                 Key: HIVE-18088
>                 URL: https://issues.apache.org/jira/browse/HIVE-18088
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: 3.0.0
>            Reporter: Prasanth Jayachandran
>            Assignee: Prasanth Jayachandran
>         Attachments: HIVE-18088.WIP.patch
>
>
> For debugging and testing purpose, expose workload manager events via /jmx endpoint and print summary at the scope of query.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)