Re: problem running flink using remote environment

2016-08-19 Thread Robert Metzger
Hi Baswaraj, when you are using the ./bin/flink run client for submitting jobs, the StreamExecutionEnvironment.getExecutionEnvironment(); call is the correct one to retrieve the Execution Environment. So you can not use the RemoteEnvironment with the ./bin/flink tool.. The purpose of the remote e

problem running flink using remote environment

2016-08-17 Thread Baswaraj Kasture
I am using flink 1.1.1. I am trying to run flink streaming program (kafka as source). It works perfectly when I use StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); But, problem is when I use one of the following to create env. StreamExecutionEnvironment env