[jira] [Updated] (HIVE-13324) LLAP: history log for FRAGMENT_START doesn't log DagId correctly

2016-04-05 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-13324:

Fix Version/s: 2.0.1

> 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
> Fix For: 2.1.0, 2.0.1
>
> Attachments: HIVE-13324.1.patch
>
>
> {noformat}
> $ grep -B 1 "TaskId=212" history.log 
> Event=FRAGMENT_START, HostName=..., 
> ApplicationId=application_1455662455106_2695, 
> ContainerId=container_1_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_1_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_1_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_1_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)


[jira] [Updated] (HIVE-13324) LLAP: history log for FRAGMENT_START doesn't log DagId correctly

2016-03-26 Thread Siddharth Seth (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth updated HIVE-13324:
--
   Resolution: Fixed
Fix Version/s: 2.1.0
   Status: Resolved  (was: Patch Available)

> 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
> Fix For: 2.1.0
>
> Attachments: HIVE-13324.1.patch
>
>
> {noformat}
> $ grep -B 1 "TaskId=212" history.log 
> Event=FRAGMENT_START, HostName=..., 
> ApplicationId=application_1455662455106_2695, 
> ContainerId=container_1_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_1_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_1_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_1_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)


[jira] [Updated] (HIVE-13324) LLAP: history log for FRAGMENT_START doesn't log DagId correctly

2016-03-23 Thread Siddharth Seth (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth updated HIVE-13324:
--
Status: Patch Available  (was: Open)

> 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_1_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_1_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_1_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_1_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)


[jira] [Updated] (HIVE-13324) LLAP: history log for FRAGMENT_START doesn't log DagId correctly

2016-03-23 Thread Siddharth Seth (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth updated HIVE-13324:
--
Attachment: HIVE-13324.1.patch

Simple patch with a test. [~sershe] - please review.

> 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_1_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_1_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_1_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_1_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)


[jira] [Updated] (HIVE-13324) LLAP: history log for FRAGMENT_START doesn't log DagId correctly

2016-03-23 Thread Siddharth Seth (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth updated HIVE-13324:
--
Target Version/s: 2.1.0

> 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_1_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_1_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_1_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_1_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)


[jira] [Updated] (HIVE-13324) LLAP: history log for FRAGMENT_START doesn't log DagId correctly

2016-03-21 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-13324:

Description: 
{noformat}
$ grep -B 1 "TaskId=212" history.log 
Event=FRAGMENT_START, HostName=..., 
ApplicationId=application_1455662455106_2695, 
ContainerId=container_1_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_1_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_1_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_1_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.

  was:
{noformat}
$ grep -B 1 "TaskId=212" history.log 
Event=FRAGMENT_START, HostName=cn109-10.l42scl.hortonworks.com, 
ApplicationId=application_1455662455106_2695, 
ContainerId=container_1_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=cn109-10.l42scl.hortonworks.com, 
ApplicationId=application_1455662455106_2695, 
ContainerId=container_1_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=cn109-10.l42scl.hortonworks.com, 
ApplicationId=application_1455662455106_2695, 
ContainerId=container_1_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=cn109-10.l42scl.hortonworks.com, 
ApplicationId=application_1455662455106_2695, 
ContainerId=container_1_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.


> 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
>
> {noformat}
> $ grep -B 1 "TaskId=212" history.log 
> Event=FRAGMENT_START, HostName=..., 
> ApplicationId=application_1455662455106_2695, 
> ContainerId=container_1_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_1_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_1_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_1_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)