[
https://issues.apache.org/jira/browse/HIVE-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045688#comment-14045688
]
Hive QA commented on HIVE-7302:
-------------------------------
{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/12652762/HIVE-7302.1.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 5670 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testReadDataPrimitiveTypes
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/615/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/615/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-615/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12652762
> Allow Auto-reducer parallelism to be turned off by a logical optimizer
> ----------------------------------------------------------------------
>
> Key: HIVE-7302
> URL: https://issues.apache.org/jira/browse/HIVE-7302
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Affects Versions: 0.14.0
> Reporter: Gopal V
> Assignee: Gopal V
> Attachments: HIVE-7302.1.patch
>
>
> Auto reducer parallelism cannot be used for cases where a custom routing
> VertexManager is used.
> Allow a tri-state for ReduceSinkDesc::isAutoParallel to allow "allow,
> disable, unset" mechanics.
> The state machine for this setting will now be
> Allowed transitions
> unset -> allow
> unset -> disable
> allow -> disable
> with no transition case for
> disable -> allow.
--
This message was sent by Atlassian JIRA
(v6.2#6252)