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
ML JNI mvn build is OK, but when try test it w/ spark plugin in a fresh ENV (w/o conda env for build), it would throw error
[2022-05-31T03:28:40.517Z] 22/05/31 03:28:40 WARN TaskSetManager:
Lost task 6.0 in stage 5.0 (TID 33) (10.233.109.181 executor 0):
java.lang.UnsatisfiedLinkError: /tmp/librapidsml_jni.so5201224938898577270:
libarrow_cuda.so.700: cannot open shared object file:
No such file or directory
the only change we found is a new cmake option when build w/ conda cudf-22.06
previous (before 22.06.00a220530, e.g. 22.06.00a220519)
Probably the dependeny tree mess up in latest cudf pkg on conda?
Test using ml JNI artifacts built against cudf packages before 22.06.00a220530 worked fine.
The text was updated successfully, but these errors were encountered:
ML JNI mvn build is OK, but when try test it w/ spark plugin in a fresh ENV (w/o conda env for build), it would throw error
the only change we found is a new cmake option when build w/ conda cudf-22.06
previous (before 22.06.00a220530, e.g. 22.06.00a220519)
now (22.06.00a220530)
which introduced
-Wl,-rpath-link,/root/miniconda3/lib
inProbably the dependeny tree mess up in latest cudf pkg on conda?
Test using ml JNI artifacts built against cudf packages before 22.06.00a220530 worked fine.
The text was updated successfully, but these errors were encountered: