You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2017/07/18 06:01:00 UTC

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

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

Lefty Leverenz commented on HIVE-16535:
---------------------------------------

[~owen.omalley] since you just committed this to branch-2.2, how about updating the fix version to 2.2.0?

> 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.4.14#64029)