Re: Flink Client use remote app jar

2016-04-28 Thread Theofilos Kakantousis
Thanks for the update. Hopefully when I get the time, I will try to contribute. Cheers, Theo On 2016-04-27 11:24, Till Rohrmann wrote: At the moment, there is no concrete plan to introduce such a feature, because it cannot be guaranteed that you always have a distributed file system

Re: Flink Client use remote app jar

2016-04-27 Thread Till Rohrmann
At the moment, there is no concrete plan to introduce such a feature, because it cannot be guaranteed that you always have a distributed file system available. But we could maybe add it as a tool which we contribute to flink-contrib. Do you wanna take the lead? Cheers, Till On Wed, Apr 27, 2016

Re: Flink Client use remote app jar

2016-04-27 Thread Theofilos Kakantousis
Hi Till, Thank you for the quick reply. Do you think that would be a useful feature in the future, for the Client to automatically download an job jar from HDFS, or there are no plans to introduce it? Cheers, Theofilos On 2016-04-27 10:42, Till Rohrmann wrote: Hi Theofilos, I'm afraid,

Re: Flink Client use remote app jar

2016-04-27 Thread Till Rohrmann
Hi Theofilos, I'm afraid, but that is currently not possible with Flink. Flink expects the user code jar to be uploaded to its Blob server. That's what the client does prior to submitting the job. You would have to upload the jar with the BlobClient manually if you wanted to circumvent the