Re: Class Cache

2017-08-01 Thread Mike Accola
oes not > cache anything. > > - Files are cached under a content hash, meaning as soon as the contents > changes, the artifact is not reused. So if you actually change the jar > file, no caching should happen. > > I cannot really explain what you are observing and have never

Re: Class Cache

2017-07-31 Thread Mike Accola
frequently just to be safe and it hasn't made a difference. Mike Accola macc...@us.ibm.com From: Eron Wright To: dev@flink.apache.org Date: 07/31/2017 01:47 PM Subject:Re: Class Cache A Flink program is typically packaged as an 'uber-jar' containing its dependenc

Class Cache

2017-07-31 Thread Mike Accola
Are classes cached somewhere in flink? I am running in a very basic, local environment on Linux (start_local.sh). I've somehow gotten my environment into a strange state that I don't understand. I feel like I am overlooking something simple, but I've checked everything I can think of. My ma

Re: Using native library in Flink

2017-07-19 Thread Mike Accola
get deserialized on the TaskManager. > > I hope this helps. > > Timo > > > Am 17.07.17 um 21:30 schrieb Mike Accola: > > I am new Flink user just trying to learn a little bit. I am trying to >> incorporate an existing C++ library into a new Flink application. I am &g

Using native library in Flink

2017-07-17 Thread Mike Accola
I am new Flink user just trying to learn a little bit. I am trying to incorporate an existing C++ library into a new Flink application. I am seeing some strange behavior when trying to link in the native (C++) library using java via JNI. I am running this on Linux (RHEL6) I can run my appl