That worked. Thankyou, Kostas. From: Kostas Kloudas <kklou...@gmail.com> Date: Sunday, December 20, 2020 at 7:21 AM To: Ben Beasley <calicode...@gmail.com> Cc: user@flink.apache.org <user@flink.apache.org> Subject: Re: No execution.target specified in your configuration file 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 Sun, Dec 20, 2020 at 7:46 AM Ben Beasley <calicode...@gmail.com> wrote: > > I was wondering if I could get help with the issue described in this > stackoverflow post.