You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2015/02/07 18:52:34 UTC

[jira] [Commented] (HIVE-9607) Remove unnecessary attach-jdbc-driver execution from package/pom.xml

    [ https://issues.apache.org/jira/browse/HIVE-9607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14310841#comment-14310841 ] 

Hive QA commented on HIVE-9607:
-------------------------------



{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/12697215/HIVE-9607.1.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 7526 tests executed
*Failed tests:*
{noformat}
org.apache.hive.jdbc.TestSSL.testSSLFetchHttp
{noformat}

Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2699/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2699/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2699/

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: 12697215 - PreCommit-HIVE-TRUNK-Build

> Remove unnecessary attach-jdbc-driver execution from package/pom.xml
> --------------------------------------------------------------------
>
>                 Key: HIVE-9607
>                 URL: https://issues.apache.org/jira/browse/HIVE-9607
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Alexander Pivovarov
>            Assignee: Alexander Pivovarov
>            Priority: Minor
>         Attachments: HIVE-9607.1.patch
>
>
> Looks like build-helper-maven-plugin block which has execution attach-jdbc-driver is not needed in package/pom.xml
> package/pom.xml has maven-dependency-plugin which copies hive-jdbc-standalone to project.build.directory
> I removed build-helper-maven-plugin block and rebuilt hive
> hive-jdbc-standalone.jar is still placed to project.build.directory
> {code}
> $ mvn clean install -Phadoop-2 -Pdist -DskipTests
> $ find . -name "apache-hive*jdbc.jar" -exec ls -la {} \;
> 16844023 Feb  6 17:45 ./packaging/target/apache-hive-1.2.0-SNAPSHOT-jdbc.jar
> $ find . -name "hive-jdbc*standalone.jar" -exec ls -la {} \;
> 16844023 Feb  6 17:45 ./packaging/target/apache-hive-1.2.0-SNAPSHOT-bin/apache-hive-1.2.0-SNAPSHOT-bin/lib/hive-jdbc-1.2.0-SNAPSHOT-standalone.jar
> 16844023 Feb  6 17:45 ./jdbc/target/hive-jdbc-1.2.0-SNAPSHOT-standalone.jar
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)