[ https://issues.apache.org/jira/browse/HIVE-15564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816219#comment-15816219 ]
Jimmy Xiang commented on HIVE-15564: ------------------------------------ +1. Thanks for the explanation. > 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 > 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)