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
Yes, I think it is essential, I meet the exception after I upgrade to arrow version 15.0.0
java.lang.UnsatisfiedLinkError: /tmp/jnilib-6199067493483126041.tmp: /tmp/jnilib-6199067493483126041.tmp: undefined symbol: _ZTIN6google8protobuf7MessageE
at java.lang.ClassLoader$NativeLibrary.load(Native Method) ~[?:1.8.0_402]
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934) ~[?:1.8.0_402]
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817) ~[?:1.8.0_402]
at java.lang.Runtime.load0(Runtime.java:782) ~[?:1.8.0_402]
at java.lang.System.load(System.java:1100) ~[?:1.8.0_402]
at org.apache.arrow.dataset.jni.JniLoader.load(JniLoader.java:92) ~[arrow-dataset-15.0.0.jar:15.0.0]
at org.apache.arrow.dataset.jni.JniLoader.loadRemaining(JniLoader.java:75) ~[arrow-dataset-15.0.0.jar:15.0.0]
at org.apache.arrow.dataset.jni.JniLoader.ensureLoaded(JniLoader.java:61) ~[arrow-dataset-15.0.0.jar:15.0.0]
at org.apache.arrow.dataset.jni.NativeMemoryPool.createListenable(NativeMemoryPool.java:44) ~[arrow-dataset-15.0.0.jar:15.0.0]
Describe the enhancement requested
The current Java JNI build needs to declare these CMAKE variables in order to build correctly:
It may be possible to add support for installing bundled protocols.
Component(s)
Documentation, Java
The text was updated successfully, but these errors were encountered: