[
https://issues.apache.org/jira/browse/HIVE-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165876#comment-14165876
]
Hive QA commented on HIVE-8412:
-------------------------------
{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/12673977/HIVE-8412.1-spark.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6743 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vectorized_timestamp_funcs
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_parallel
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/198/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/198/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-198/
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: 12673977
> Make reduce side join work for all join queries [Spark Branch]
> --------------------------------------------------------------
>
> Key: HIVE-8412
> URL: https://issues.apache.org/jira/browse/HIVE-8412
> Project: Hive
> Issue Type: Sub-task
> Components: Spark
> Reporter: Xuefu Zhang
> Labels: Spark-M2
> Attachments: HIVE-8412.1-spark.patch
>
>
> Regardless all these join related optimizations such as map join, bucket
> join, skewed join, etc, reduce side join is the fallback. That means, if a
> join query wasn't taken care of by any of the optimization, it should work
> with reduce side join (might in a less optimal fashion).
> It's found that this isn't case at the moment. For instance,
> auto_sortmerge_join_1.q failed to execute on Spark.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)