[ https://issues.apache.org/jira/browse/HIVE-8257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149742#comment-14149742 ]
Hive QA commented on HIVE-8257: ------------------------------- {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/12671310/HIVE-8257.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6352 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.ql.parse.TestParse.testParse_union {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/998/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/998/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-998/ 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: 12671310 > Accumulo introduces old hadoop-client dependency > ------------------------------------------------ > > Key: HIVE-8257 > URL: https://issues.apache.org/jira/browse/HIVE-8257 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Critical > Fix For: 0.14.0 > > Attachments: HIVE-8257.1.patch > > > It was brought to my attention that Accumulo is transitively bringing in some > artifacts with the wrong version of Hadoop. > Accumulo-1.6.0 sets the Hadoop version at 2.2.0 and uses hadoop-client to get > its necessary dependencies. Because there is no dependency with the correct > version in Hive, this introduces hadoop-2.2.0 dependencies. > A solution is to make sure that hadoop-client is set with the correct > {{hadoop-20S.version}} or {{hadoop-23.version}}. > Snippet from {{mvn dependency:tree -Phadoop-2}} > {noformat} > [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ > hive-accumulo-handler --- > [INFO] org.apache.hive:hive-accumulo-handler:jar:0.14.0-SNAPSHOT > [INFO] +- commons-lang:commons-lang:jar:2.6:compile > [INFO] +- commons-logging:commons-logging:jar:1.1.3:compile > [INFO] +- org.apache.accumulo:accumulo-core:jar:1.6.0:compile > ... > [INFO] | +- org.apache.hadoop:hadoop-client:jar:2.2.0:compile > [INFO] | | +- org.apache.hadoop:hadoop-hdfs:jar:2.4.0:compile > ... > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)