Re: Remote upload and execute

2016-09-05 Thread Maximilian Michels
The jar file always needs to be available. Whether this is locally on your machine or in the jar file directory of the web interface which runs on the JobManager. Without the file we can't generate a JobGraph which is Flink's representation of a compiled program ready for execution. Additionally, w

Re: Remote upload and execute

2016-09-05 Thread Aljoscha Krettek
+Max Michels Directly looping in Max. You recently worked on the clients code, do you have any Idea if and how this is possible? On Fri, 2 Sep 2016 at 14:38 Paul Wilson wrote: > Hi, > > I'd like to write a client that can execute an already 'uploaded' JAR > (i.e. the JAR is deployed and availab

Remote upload and execute

2016-09-02 Thread Paul Wilson
Hi, I'd like to write a client that can execute an already 'uploaded' JAR (i.e. the JAR is deployed and available by some other external process). This is similar to what the web console allows which consists of 2 steps: upload the JAR followed by a submit with parameters. I'm looking at the Flin