Re: Classloader and removal of native libraries

2018-05-03 Thread Martin Eden
pic) > > > > Thanks again > > Conrad > > > > *From: *Aljoscha Krettek > *Date: *Thursday, 10 August 2017 at 15:57 > *To: *Conrad Crampton > *Cc: *"user@flink.apache.org" > *Subject: *Re: Classloader and removal of native libraries > > > >

Re: Classloader and removal of native libraries

2017-08-11 Thread Conrad Crampton
From: Aljoscha Krettek Date: Thursday, 10 August 2017 at 15:57 To: Conrad Crampton Cc: "user@flink.apache.org" Subject: Re: Classloader and removal of native libraries Hi Conrad, I'm afraid you're running in the same problem that we already encountered with loading the na

Re: Classloader and removal of native libraries

2017-08-10 Thread Aljoscha Krettek
Hi Conrad, I'm afraid you're running in the same problem that we already encountered with loading the native RocksDB library: https://github.com/apache/flink/blob/219ae33d36e67e3e74f493cf4956a290bc966a5d/flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/st

Classloader and removal of native libraries

2017-08-10 Thread Conrad Crampton
Hi, First time posting here so ‘hi’. I have been using Flink (1.31 now) for a couple of months now and loving it. My deployment is to JobManager running as a long running session on Yarn. I have a problem where I have a Flink streaming job that involves loading native libraries as part of one of