vanzin commented on issue #25112: [SPARK-28347][K8S] Add gcompat to spark k8s Dockerfile URL: https://github.com/apache/spark/pull/25112#issuecomment-510679097 I'm confused. `/lib64` is a symlink to `/lib`. I just ran `/opt/spark/bin/spark-shell --master local --conf spark.io.compression.codec=snappy` in a docker image from Spark master and it works fine. `ldd` on the snappy native lib doesn't return any errors. ``` bash-4.4$ ldd /tmp/snappy-1.1.7-2fb5dd4c-fc19-4a83-b823-d56d0f192c1a-libsnappyjava.so ldd (0x7fc433e48000) libm.so.6 => ldd (0x7fc433e48000) libc.so.6 => ldd (0x7fc433e48000) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
