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

Sergey Shelukhin commented on HIVE-16005:
-----------------------------------------

DagID is generated in TezWork ctor {noformat}   public TezWork(String queryId, 
Configuration conf) {
    this.dagId = queryId + ":" + counter.getAndIncrement(); {noformat} and 
retrieved via getDagId. Doesn't really matter to me which one is used (or if 
they matched), just a nit.

+1 can be modified on commit if needed.

> miscellaneous small fixes to help with llap debuggability
> ---------------------------------------------------------
>
>                 Key: HIVE-16005
>                 URL: https://issues.apache.org/jira/browse/HIVE-16005
>             Project: Hive
>          Issue Type: Task
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>         Attachments: HIVE-16005.01.patch
>
>
> - Include proc_<processname> in cli, beeline, metastore, hs2 process args
> - LLAP history logger - log QueryId instead of dagName (dag name is free 
> flowing text)
> - LLAP JXM ExecutorStatus - Log QueryId instead of dagName. Sort by running / 
> queued
> - Include thread name in TaskRunnerCallable so that it shows up in stack 
> traces (will cause extra output in logs)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to