Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Gluten jar contains unresolved variable name when building on macOS #8678

Closed
marin-ma opened this issue Feb 6, 2025 · 0 comments · Fixed by #8679
Closed

[Core] Gluten jar contains unresolved variable name when building on macOS #8678

marin-ma opened this issue Feb 6, 2025 · 0 comments · Fixed by #8679
Labels
bug Something isn't working triage

Comments

@marin-ma
Copy link
Contributor

marin-ma commented Feb 6, 2025

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 under package/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-only

Spark version

None

Spark configurations

No response

System information

No response

Relevant logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant