[ https://issues.apache.org/jira/browse/HIVE-9492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299694#comment-14299694 ]
Hive QA commented on HIVE-9492: ------------------------------- {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/12695730/HIVE-9492.1-spark.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 7361 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_join_with_different_encryption_keys {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/701/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/701/console Test logs: http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-701/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12695730 - PreCommit-HIVE-SPARK-Build > Enable caching in MapInput for Spark > ------------------------------------ > > Key: HIVE-9492 > URL: https://issues.apache.org/jira/browse/HIVE-9492 > Project: Hive > Issue Type: Bug > Components: Spark > Reporter: Xuefu Zhang > Assignee: Jimmy Xiang > Fix For: spark-branch > > Attachments: HIVE-9492.1-spark.patch, prototype.patch > > > Because of the IOContext problem (HIVE-8920, HIVE-9084), RDD caching is > currently disabled in MapInput. Prototyping shows that the problem can > solved. Thus, we should formalize the prototype and enable the caching. A > good query to test this is: > {code} > from (select * from dec union all select * from dec2) s > insert overwrite table dec3 select s.name, sum(s.value) group by s.name > insert overwrite table dec4 select s.name, s.value order by s.value; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)