You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2017/04/25 23:35:04 UTC

[jira] [Created] (HIVE-16535) Hive fails to build from source code tarball

Alan Gates created HIVE-16535:
---------------------------------

             Summary: Hive fails to build from source code tarball
                 Key: HIVE-16535
                 URL: https://issues.apache.org/jira/browse/HIVE-16535
             Project: Hive
          Issue Type: Bug
    Affects Versions: 2.3.0
            Reporter: Alan Gates
            Priority: Blocker


To reproduce:
# mvn package -Pdist -DskipTests
# cp packaging/target/apache-hive-2.3.0-SNAPSHOT-src.tar.gz /tmp
# cd /tmp
# tar zxf apache-hive-2.3.0-SNAPSHOT-src.tar.gz
# cd apache-hive-2.3.0-SNAPSHOT-src
# mvn install

You will get
{code}
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/vector-code-gen of /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/pom.xml does not exist @
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.hive:hive:2.3.0-SNAPSHOT (/Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/pom.xml) has 1 error
[ERROR]     Child module /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/vector-code-gen of /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)