You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running maven command mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.4 -DskipTests, I got a jar with unresolved variable in its name under package/target:
gluten-velox-bundle-spark3.4_2.12-${os.detected.release}_${os.detected.release.version}_aarch_64-1.4.0-SNAPSHOT.jar
Backend
VL (Velox)
Bug description
After running maven command
mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.4 -DskipTests
, I got a jar with unresolved variable in its name underpackage/target
:gluten-velox-bundle-spark3.4_2.12-${os.detected.release}_${os.detected.release.version}_aarch_64-1.4.0-SNAPSHOT.jar
os.detected.*
are variables from os-maven-plugin which are only valid on linux platform: https://github.com/trustin/os-maven-plugin/?tab=readme-ov-file#property-osdetectedrelease-linux-onlySpark version
None
Spark configurations
No response
System information
No response
Relevant logs
The text was updated successfully, but these errors were encountered: