Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-26995

Running Spark in Docker image with Alpine Linux 3.9.0 throws errors when using snappy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.3.0, 2.4.0
    • 2.4.4, 3.0.0
    • Kubernetes, Spark Core
    • None

    Description

      Running Spark in Docker image with Alpine Linux 3.9.0 throws errors when using snappy. 

      The issue can be reproduced for example as follows: `Seq(1,2).toDF("id").write.format("parquet").save("DELETEME1")` 
      The key part of the error stack is as follows `Caused by: java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.7-2b4872f1-7c41-4b84-bda1-dbcb8dd0ce4c-libsnappyjava.so: Error loading shared library ld-linux-x86-64.so.2: Noded by /tmp/snappy-1.1.7-2b4872f1-7c41-4b84-bda1-dbcb8dd0ce4c-libsnappyjava.so)` 

      The source of the error appears to be due to the fact that libsnappyjava.so needs ld-linux-x86-64.so.2 and looks for it in /lib, while in Alpine Linux 3.9.0 with libc6-compat version 1.1.20-r3 ld-linux-x86-64.so.2 is located in /lib64.
      Note: this issue is not present with Alpine Linux 3.8 and libc6-compat version 1.1.19-r10 

      Attachments

        Issue Links

          Activity

            People

              lucacanali Luca Canali
              lucacanali Luca Canali
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: