[
https://issues.apache.org/jira/browse/HIVE-9351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274405#comment-14274405
]
Hive QA commented on HIVE-9351:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12691730/HIVE-9351.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 7309 tests executed
*Failed tests:*
{noformat}
TestCustomAuthentication - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2345/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2345/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2345/
Messages:
{noformat}
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12691730 - PreCommit-HIVE-TRUNK-Build
> Running Hive Jobs with Tez cause templeton to never report percent complete
> ---------------------------------------------------------------------------
>
> Key: HIVE-9351
> URL: https://issues.apache.org/jira/browse/HIVE-9351
> Project: Hive
> Issue Type: Bug
> Components: WebHCat
> Affects Versions: 0.14.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Attachments: HIVE-9351.patch
>
>
> Currently, when submitting Hive jobs through WebHCat and Hive is configured
> to use Tez, the "percentComplete" field returned by WebHCat is empty.
> LaunchMapper in WebHCat parses stderr of the process that it launches to
> extract map = 100%, reduce = 100% for Map/Reduce case. With Tez the content
> of stderr looks like
> {noformat}
> Map 1: -/- Reducer 2: 0/1
> Map 1: -/- Reducer 2: 0(+1)/1
> Map 1: -/- Reducer 2: 1/1
> {noformat}
> WebHCat should handle that as well.
> WebHCat will follow HIVE-8495 and report (completed tasks)/(total tasks) as a
> percentage.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)