apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.49k stars 3.52k forks source link

[Java] Unable to build java/adapters module #19115

Closed asfimport closed 6 years ago

asfimport commented 6 years ago

Due to pom issue.


Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.apache.arrow:arrow-jdbc:[unknown-version]: Could not find artifact org.apache.arrow:arrow-java-root:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 13
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.arrow:arrow-jdbc:[unknown-version] (/Users/jzhang/github/arrow/java/adapter/jdbc/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.apache.arrow:arrow-jdbc:[unknown-version]: Could not find artifact org.apache.arrow:arrow-java-root:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 13 -> [Help 2]
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
➜  arrow/java master ✓

Reporter: Jeff Zhang / @zjffdu Assignee: Jeff Zhang / @zjffdu

PRs and other links:

Note: This issue was originally created as ARROW-2727. Please see the migration documentation for further details.

asfimport commented 6 years ago

Bryan Cutler / @BryanCutler: Issue resolved by pull request 2151 https://github.com/apache/arrow/pull/2151