[
https://issues.apache.org/jira/browse/HIVE-15564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819749#comment-15819749
]
zhihai xu commented on HIVE-15564:
----------------------------------
Thanks [~jxiang] for reviewing and committing the patch!
> set task's jobID with hadoop map reduce job ID for PartialScanTask,
> MergeFileTask and ColumnTruncateTask.
> ---------------------------------------------------------------------------------------------------------
>
> Key: HIVE-15564
> URL: https://issues.apache.org/jira/browse/HIVE-15564
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Reporter: zhihai xu
> Assignee: zhihai xu
> Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-15564.000.patch, HIVE-15564.001.patch
>
>
> set task's jobID with hadoop map reduce job ID for PartialScanTask,
> MergeFileTask and ColumnTruncateTask. Since ExecDriver already set task's
> jobID with hadoop map reduce job ID, this patch will make it consistent for
> all tasks who submit map reduce job.
> {code}
> // Finally SUBMIT the JOB!
> rj = jc.submitJob(job);
> this.jobID = rj.getJobID();
> updateStatusInQueryDisplay();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)