[
https://issues.apache.org/jira/browse/HIVE-15564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816769#comment-15816769
]
Hive QA commented on HIVE-15564:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12846655/HIVE-15564.001.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), 10947 tests
executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out)
(batchId=233)
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.TestMiniLlapLocalCliDriver.testCliDriver[offset_limit_ppd_optimizer]
(batchId=150)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vec_part]
(batchId=148)
org.apache.hive.service.server.TestHS2HttpServer.org.apache.hive.service.server.TestHS2HttpServer
(batchId=185)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2869/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2869/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2869/
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: 12846655 - 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, 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)