Re: Uploaded jar disappears when web monitor restarts

2016-06-08 Thread Emanuele Cesena
Thanks for the clarifications (and for the note on eager exec, I’ll read more about it). I’ll open a JIRA ticket then. Best, > On Jun 8, 2016, at 1:57 AM, Till Rohrmann wrote: > > Hi Emanuele, > > you're right, the upload directory for the jars is deleted whenever the > WebRuntimeMonitor i

Re: Uploaded jar disappears when web monitor restarts

2016-06-08 Thread Till Rohrmann
Hi Emanuele, you're right, the upload directory for the jars is deleted whenever the WebRuntimeMonitor is stopped and a new directory is created when the WebRuntimeMonitor is started. It would be doable to introduce a configuration parameter for the uploaded jar directory so that you don't have

Uploaded jar disappears when web monitor restarts

2016-06-07 Thread Emanuele Cesena
Hi, When the web monitor restarts the uploaded jars disappear — in fact, every time it restarts the upload directory is different. This seems intentional: https://github.com/apache/flink/blob/master/flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java#L162