[ https://issues.apache.org/jira/browse/HIVE-16535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pengcheng Xiong updated HIVE-16535: ----------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > Hive fails to build from source code tarball > -------------------------------------------- > > Key: HIVE-16535 > URL: https://issues.apache.org/jira/browse/HIVE-16535 > Project: Hive > Issue Type: Sub-task > Affects Versions: 2.3.0, 3.0.0 > Reporter: Alan Gates > Assignee: Pengcheng Xiong > Priority: Blocker > Fix For: 2.3.0, 3.0.0 > > Attachments: HIVE-16535.01.patch > > > 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)