apurtell commented on PR #2039: URL: https://github.com/apache/phoenix/pull/2039#issuecomment-2588265146
@stoty > I wonder if that could cause JNI version conflict problems when running with external Hadoop ? The native code is shipped as a resource inside the jar and is dynamically loaded from the jar by the Java code also shipped in that jar. It is triggered by the Snappy class static initializer and calls SnappyLoader which will load the native libraries with class level synchronization. So this will be done only once per JVM no matter if even multiple versions of the xerial snappy jar are on the classpath. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
