Re: blob store defaults to /tmp and files get deleted

2017-08-04 Thread Eron Wright
ble.com/blob-store- > defaults-to-tmp-and-files-get-deleted-td11720.html > > You mention "Flink (via the user code class loader) actually holds a > reference to the JAR files in "/tmp", so even if "/tmp" get wiped, the JAR > file remains usable by the class loader&quo

Re: blob store defaults to /tmp and files get deleted

2017-08-04 Thread Shannon Carey
Stephan, Regarding your last reply to http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/blob-store-defaults-to-tmp-and-files-get-deleted-td11720.html You mention "Flink (via the user code class loader) actually holds a reference to the JAR files in "/tmp", s

Re: blob store defaults to /tmp and files get deleted

2017-02-24 Thread Stephan Ewen
Hi Shannon! Looking into this a bit more, I think it is something all together different: - Flink (via the user code class loader) actually holds a reference to the JAR files in "/tmp", so even if "/tmp" get wiped, the JAR file remains usable by the class loader (at least under

Re: blob store defaults to /tmp and files get deleted

2017-02-20 Thread Stephan Ewen
Hi Shannon! In the latest HA and BlobStore changes (1.3) it uses "/tmp" only for caching and will re-obtain the files from the persistent storage. I think we should make this a bigger point, even: - Flink should not use "/tmp" at all (except for mini cluster mode) - Yarn and Mesos should

Re: blob store defaults to /tmp and files get deleted

2017-02-20 Thread Ufuk Celebi
Hey Shannon, good idea! We currently have this: https://ci.apache.org/projects/flink/flink-docs-release-1.3/ops/production_ready.html It has a strong focus on managed state and not the points you mentioned. Would you like to create an issue for adding this to the production check list? I think

blob store defaults to /tmp and files get deleted

2017-02-17 Thread Shannon Carey
A few of my jobs recently failed and showed this exception: org.apache.flink.streaming.runtime.tasks.StreamTaskException: Cannot load user class: org.apache.flink.streaming.connectors.kafka.FlinkKafkaConsumer09 ClassLoader info: URL ClassLoader: file: