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

More Throwable information #17

Open
wenwj0 opened this issue Aug 16, 2022 · 0 comments
Open

More Throwable information #17

wenwj0 opened this issue Aug 16, 2022 · 0 comments

Comments

@wenwj0
Copy link

wenwj0 commented Aug 16, 2022

I used spark 3.3.0, which includes netlib v2.2.1.
When I ran spark on jdk17, i got a warning from yarn logs WARN InstanceBuilder$JavaBLAS: Failed to load implementation from:dev.ludovic.netlib.blas.VectorBLAS.
I debug and found that the throwable message is java.lang.NoClassDefFoundError: jdk/incubator/vector/Vector, after i added jvm options--add-modules=jdk.incubator.vector to spark, this warning disappered.

log.warning("Failed to load implementation from:" + VectorBLAS.class.getName());

I think this warning messages can be written in more detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant