You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/13 02:53:49 UTC

[GitHub] [spark] dongjoon-hyun edited a comment on issue #24364: [SPARK-27452][BUILD] Update zstd-jni to 1.3.8-7

dongjoon-hyun edited a comment on issue #24364: [SPARK-27452][BUILD] Update zstd-jni to 1.3.8-7
URL: https://github.com/apache/spark/pull/24364#issuecomment-482769350
 
 
   Oh, the first error is `Unsupported OS/arch, cannot find /linux/amd64/libzstd-jni.so`.
   ```
   [info] org.apache.spark.scheduler.ReplayListenerSuite *** ABORTED *** (21 seconds, 316 milliseconds)
   [info]   java.lang.UnsatisfiedLinkError: no zstd-jni in java.library.path
   [info] Unsupported OS/arch, cannot find /linux/amd64/libzstd-jni.so or load zstd-jni from system libraries. Please try building from source the jar or providing libzstd-jni in you system.
   [info]   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
   ```
   
   Since the jar file has it, it seems to be absolute and relative path issue.
   ```
   $ jar tvf zstd-jni-1.3.2-2.jar | grep libzstd-jni.so
   699478 Mon Oct 16 23:27:32 PDT 2017 aix/ppc64/libzstd-jni.so
   533254 Mon Oct 16 23:28:36 PDT 2017 linux/aarch64/libzstd-jni.so
   527844 Thu Oct 19 04:17:22 PDT 2017 linux/amd64/libzstd-jni.so
   618660 Mon Oct 16 23:26:04 PDT 2017 linux/i386/libzstd-jni.so
   654512 Mon Oct 16 23:26:44 PDT 2017 linux/ppc64/libzstd-jni.so
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org