sh-shamsan commented on issue #11501:
URL:
https://github.com/apache/incubator-gluten/issues/11501#issuecomment-3887409723
Im running this set to install the dependencies:
```
$MVN_CMD -Pjava-17,spark-3.5,backends-velox,hadoop-3.3,spark-ut \
-Piceberg,iceberg-test,delta,paimon \
clean test-compile
$MVN_CMD -Pjava-17,spark-3.4,backends-velox,hadoop-3.3,spark-ut \
-Piceberg,iceberg-test,delta,paimon \
clean test-compile
$MVN_CMD -Pjava-17,spark-3.3,backends-velox,hadoop-3.3,spark-ut \
-Piceberg,delta,paimon \
clean test-compile
```
the build fails at gluten-arrow because the arrow-15.0.0-gluten artifacts
are not available in Maven Central.
* I tried two approaches:
1. Downloading Arrow jars via actions/download-artifact using
${github.sha} from main, but the artifacts were not found (likely expired or
not produced for that commit).
2. Building Arrow locally in the workflow before running Maven, but that
has not succeeded yet due to build issues
At this point, I’m not sure what the recommended approach is for the cache
job:
* Continue to try build Arrow locally as part of the cache workflow?
* Or skip gluten-arrow for the purpose of the unified .m2 cache?
@zhouyuan
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]