You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Stets Alexander (JIRA)" <ji...@apache.org> on 2018/10/31 07:37:00 UTC

[jira] [Created] (PARQUET-1454) ld-linux-x86-64.so.2 is missing

Stets Alexander created PARQUET-1454:
----------------------------------------

             Summary: ld-linux-x86-64.so.2 is missing
                 Key: PARQUET-1454
                 URL: https://issues.apache.org/jira/browse/PARQUET-1454
             Project: Parquet
          Issue Type: Bug
          Components: parquet-avro
    Affects Versions: 1.10.0
            Reporter: Stets Alexander


parquet-avro uses dependensy org.xerial.snappy:snappy-java .

snappy-java need extract native lib. For this goal it uses ld-linux-x86-64.so.2.

If your OS doesn't contain ld-linux-x86-64.so.2 you catch exception like this

java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.2-b0bbcae9-e398-4a99-ad6d-19c86734be76-libsnappyjava.so: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/snappy-1.1.2-b0bbcae9-e398-4a99-ad6d-19c86734be76-libsnappyjava.so)

But documentation doesn't contain information about it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)