Re: No execution.target specified in your configuration file

2020-12-21 Thread Kostas Kloudas
Glad I could help! On Mon, Dec 21, 2020 at 3:42 AM Ben Beasley wrote: > > That worked. Thankyou, Kostas. > > > > From: Kostas Kloudas > Date: Sunday, December 20, 2020 at 7:21 AM > To: Ben Beasley > Cc: user@flink.apache.org > Subject: Re: No execution.target s

Re: No execution.target specified in your configuration file

2020-12-20 Thread Ben Beasley
That worked. Thankyou, Kostas. From: Kostas Kloudas Date: Sunday, December 20, 2020 at 7:21 AM To: Ben Beasley Cc: user@flink.apache.org Subject: Re: No execution.target specified in your configuration file Hi Ben, You can try using StreamExecutionEnvironment streamExecutionEnvironment

Re: No execution.target specified in your configuration file

2020-12-20 Thread Kostas Kloudas
Hi Ben, You can try using StreamExecutionEnvironment streamExecutionEnvironment = StreamExecutionEnvironment.getExecutionEnvironment(); instead of directly creating a new one. This will allow to pick up the configuration parameters you pass through the command line. I hope this helps, Kostas On

No execution.target specified in your configuration file

2020-12-19 Thread Ben Beasley
I was wondering if I could get help with the issue described in this stackoverflow post.