[
https://issues.apache.org/jira/browse/HIVE-9122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249392#comment-14249392
]
Hive QA commented on HIVE-9122:
-------------------------------
{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/12687557/HIVE-9122.2.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6713 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_partition_diff_num_cols
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vector_partition_diff_num_cols
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2098/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2098/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2098/
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: 12687557 - PreCommit-HIVE-TRUNK-Build
> Need to remove additional references to hive-shims-common-secure,
> hive-shims-0.20
> ---------------------------------------------------------------------------------
>
> Key: HIVE-9122
> URL: https://issues.apache.org/jira/browse/HIVE-9122
> Project: Hive
> Issue Type: Bug
> Components: Build Infrastructure
> Affects Versions: 0.15.0
> Reporter: Jason Dere
> Assignee: Jason Dere
> Attachments: HIVE-9122.1.patch, HIVE-9122.2.patch
>
>
> HIVE-8828/HIVE-8979 removed hive-shims-0.20 and hive-shims-common-secure, but
> we still have a few references to those removed packages:
> {noformat}
> $ find . -name pom.xml -exec egrep
> "hive-shims-common-secure|hive-shims-0.20[^S]" {} \; -print
>
> <artifact>org.apache.hive.shims:hive-shims-common-secure</artifact>
> ./jdbc/pom.xml
> <include>org.apache.hive.shims:hive-shims-0.20</include>
>
> <include>org.apache.hive.shims:hive-shims-common-secure</include>
> ./ql/pom.xml
> <artifactId>hive-shims-common-secure</artifactId>
> ./shims/0.20S/pom.xml
> <artifactId>hive-shims-common-secure</artifactId>
> ./shims/0.23/pom.xml
> <artifactId>hive-shims-common-secure</artifactId>
> ./shims/scheduler/pom.xml
> {noformat}
> While building from trunk, you can see that maven is still pulling an old
> snapshot of hive-shims-common-secure.jar from repository.apache.org:
> {noformat}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Hive Shims 0.20S 0.15.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/maven-metadata.xml
> Downloaded:
> http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/maven-metadata.xml
> (801 B at 7.2 KB/sec)
> Downloading:
> http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.pom
> Downloaded:
> http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.pom
> (4 KB at 47.0 KB/sec)
> Downloading:
> http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.jar
> Downloaded:
> http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.jar
> (33 KB at 277.0 KB/sec)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)