[
https://issues.apache.org/jira/browse/HIVE-9048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239986#comment-14239986
]
Hive QA commented on HIVE-9048:
-------------------------------
{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/12686049/HIVE-9048.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6699 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx_cbo_1
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2010/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2010/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2010/
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: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12686049 - PreCommit-HIVE-TRUNK-Build
> Hive build failed on hadoop-1 after HIVE-8828.
> ----------------------------------------------
>
> Key: HIVE-9048
> URL: https://issues.apache.org/jira/browse/HIVE-9048
> Project: Hive
> Issue Type: Bug
> Reporter: Chengxiang Li
> Assignee: Chengxiang Li
> Attachments: HIVE-9048.1-spark.patch, HIVE-9048.patch
>
>
> HIVE-8828 introduce org.apache.hadoop.tools.HadoopArchives which included in
> hadoop-tools(in hadoop-1)/hadoop-archives(in hadoop-2), while hadoop-tools is
> not added into hadoop-1 dependency. This lead to the following compile error:
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project hive-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:[175,30]
> error: package org.apache.hadoop.tools does not exist
> [ERROR]
> /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:[1322,8]
> error: cannot find symbol
> [ERROR] class DDLTask
> [ERROR]
> /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:[1322,33]
> error: cannot find symbol
> [ERROR] -> [Help 1]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)