[
https://issues.apache.org/jira/browse/HIVE-15564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15810275#comment-15810275
]
Hive QA commented on HIVE-15564:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12846245/HIVE-15564.000.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 10916 tests
executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out)
(batchId=233)
TestHs2Metrics - did not produce a TEST-*.xml file (likely timed out)
(batchId=216)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[case_sensitivity]
(batchId=61)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[input_testxpath]
(batchId=28)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[udf_coalesce]
(batchId=75)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic]
(batchId=134)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_schema_evol_3a]
(batchId=135)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[offset_limit_ppd_optimizer]
(batchId=150)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2837/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2837/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2837/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 8 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12846245 - PreCommit-HIVE-Build
> 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
>
>
> 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)