[ https://issues.apache.org/jira/browse/HIVE-15564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jimmy Xiang updated HIVE-15564: ------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.2.0 Status: Resolved (was: Patch Available) Pushed to the master branch. The test failures are not related. Thanks Zhihai for 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)