Re: Executing a flink program

2016-10-08 Thread Dayong
You are able to run directly in IDE. Make sure you have right jar and port open. You can try examples shipped with flink source. Thanks, Dayong > On Oct 8, 2016, at 1:35 PM, Abdul Salam Shaikh > wrote: > > Is it necessary to compile a flink program into a jar and deploy it usin

Re: How to stop job through java API

2016-10-03 Thread Dayong
Now, I am able to create an class of flink she'll front end UI class. Once I have this instance, I can launch cmd in Java. Cmd has features to connect remote resource manager to do most if actions. Thanks, Will > On Oct 3, 2016, at 4:31 AM, "LINZ, Arnaud" wrote: > > Hi, > > I have a similar

RemoteEnv connect failed

2016-09-14 Thread Dayong
Hi folks, I need to run a java app to submit a job to remote flink cluster. I am testing with the code at https://gist.github.com/datafibers/4b842ebc5b3c9e754ceaf78695e7567e and my comments. Thanks, Will