Facing issue with custom build with enable_vcpkg=OFF #7104
Unanswered
himanshu-zetta
asked this question in
Q&A
Replies: 1 comment
-
@himanshu-zetta, could you try to use vcpkg=ON? It makes all third-party libs statically linked. The dynamic link path is going to be deprecated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building gluten with velox backend and enable_vcpkg=OFF following this:
With config enable_vcpkg=OFF, not all dependency libraries will be statically linked, instead the script will install the libraries to system then pack the dependency libraries into another jar named gluten-package-${Maven-artifact-version}.jar. Then you need to add the jar to extraClassPath and set spark.gluten.loadLibFromJar=true. Otherwise, you need to install shared dependency libraries on each worker node. You may find the libraries list from the gluten-package jar.
But when I'm running with compile code with above configuration for classPath and loadLibFromJar, getting this error:
Please let me know how to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions