You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Vinay Patil <vi...@gmail.com> on 2016/06/22 17:17:25 UTC

[Issue] java.lang.UnsatisfiedLinkError

Hi ,

I am writing the data in S3 in avro data file, but when I deploy it on
cluster , I am facing the following issue :

*java.lang.UnsatisfiedLinkError:
org.xerial.snappy.SnappyNative.maxCompressedLength(I)*

This occurs when I try to add the record (GenericRecord) as :
writer.append(record);

The error still occurs even after removing the snappy jar dependency from
pom.

Do we have to add any other dependency ?

Regards,
Vinay Patil