Re: native snappy library not available

2016-10-20 Thread robert.lancaster
s supposed > to add the path to the classpath on all nodes in the cluster. I might try > to bundle the snappy jar within my job jar to see if that works. > > > > From: Till Rohrmann > Reply-To: "user@flink.apache.org" > Date: Wednesday, October 19, 2016 at 2:46 PM

Re: native snappy library not available

2016-10-19 Thread Maximilian Michels
y jar within my job jar to see if that works. > > > > From: Till Rohrmann > Reply-To: "user@flink.apache.org" > Date: Wednesday, October 19, 2016 at 2:46 PM > To: "user@flink.apache.org" > Subject: Re: native snappy library not available > > > > Hi

Re: native snappy library not available

2016-10-19 Thread robert.lancaster
. From: Till Rohrmann Reply-To: "user@flink.apache.org" Date: Wednesday, October 19, 2016 at 2:46 PM To: "user@flink.apache.org" Subject: Re: native snappy library not available Hi Robert, have you tried putting the snappy java jar in Flink's lib folder? When specifyi

Re: native snappy library not available

2016-10-19 Thread Till Rohrmann
, > SequenceFile.CompressionType.*BLOCK*)) > > > > > > However, when I try to run this job, I get an error indicating that the > native snappy ibrary is not available: > > > > Caused by: java.lang.RuntimeException: native snappy library not > availab

native snappy library not available

2016-10-19 Thread robert.lancaster
Type.BLOCK)) However, when I try to run this job, I get an error indicating that the native snappy ibrary is not available: Caused by: java.lang.RuntimeException: native snappy library not available: this version of libhadoop was built without snappy support.