[ https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209353#comment-15209353 ]
Sergey Shelukhin commented on HIVE-13324: ----------------------------------------- +1 pending tests > LLAP: history log for FRAGMENT_START doesn't log DagId correctly > ---------------------------------------------------------------- > > Key: HIVE-13324 > URL: https://issues.apache.org/jira/browse/HIVE-13324 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Siddharth Seth > Attachments: HIVE-13324.1.patch > > > {noformat} > $ grep -B 1 "TaskId=212" history.log > Event=FRAGMENT_START, HostName=..., > ApplicationId=application_1455662455106_2695, > ContainerId=container_222212222_2695_01_000213, DagName=select > sum(l_extendedprice * l_discount...25(Stage-1), DagId=0, VertexName=Map 1, > TaskId=212, TaskAttemptId=0, SubmitTime=1457493007357 > -- > Event=FRAGMENT_END, HostName=..., > ApplicationId=application_1455662455106_2695, > ContainerId=container_222212222_2695_01_000213, DagName=select > sum(l_extendedprice * l_discount...25(Stage-1), DagId=2, VertexName=Map 1, > TaskId=212, TaskAttemptId=0, ThreadName=Task-Executor-1, Succeeded=true, > StartTime=1457493007358, EndTime=1457493011916 > -- > Event=FRAGMENT_START, HostName=..., > ApplicationId=application_1455662455106_2695, > ContainerId=container_222212222_2695_01_000434, DagName=select > sum(l_extendedprice * l_discount...25(Stage-1), DagId=0, VertexName=Map 1, > TaskId=212, TaskAttemptId=0, SubmitTime=1457493023131 > -- > Event=FRAGMENT_END, HostName=..., > ApplicationId=application_1455662455106_2695, > ContainerId=container_222212222_2695_01_000434, DagName=select > sum(l_extendedprice * l_discount...25(Stage-1), DagId=3, VertexName=Map 1, > TaskId=212, TaskAttemptId=0, ThreadName=Task-Executor-2, Succeeded=true, > StartTime=1457493023132, EndTime=1457493024695 > {noformat} > etc. > It's always 0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)