-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Describe the bug, including details regarding any error messages, version, and platform.
arrow_ep/src/arrow_ep/java# mvn generate-resources -P generate-libs-cdata-all-os -Darrow.c.jni.dist.dir=$ARROW_INSTALL_DIR -Dmaven.test.skip -Drat.skip -Dmaven.gitcommitid.skip -Dcheckstyle.skip -N
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-bom/15.0.0-gluten-3/arrow-bom-15.0.0-gluten-3.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.apache.arrow:arrow-bom:pom:15.0.0-gluten-3 (absent): Could not find artifact org.apache.arrow:arrow-bom:pom:15.0.0-gluten-3 in central (https://repo.maven.apache.org/maven2) @ line 601, column 20
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.arrow:arrow-java-root:15.0.0-gluten-3 (/mnt/DP_disk1/code/incubator-gluten/ep/build-velox/build/velox_ep/_build/release/third_party/arrow_ep/src/arrow_ep/java/pom.xml) has 1 error
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.apache.arrow:arrow-bom:pom:15.0.0-gluten-3 (absent): Could not find artifact org.apache.arrow:arrow-bom:pom:15.0.0-gluten-3 in central (https://repo.maven.apache.org/maven2) @ line 601, column 20 -> [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
Component(s)
Java
vibhatha