No execution.target specified in your configuration file

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

No execution.target specified in your configuration file

Ben Beasley

I was wondering if I could get help with the issue described in this stackoverflow post.

Reply | Threaded
Open this post in threaded view
|

Re: No execution.target specified in your configuration file

Kostas Kloudas-2
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 <[hidden email]> wrote:
>
> I was wondering if I could get help with the issue described in this stackoverflow post.
Reply | Threaded
Open this post in threaded view
|

Re: No execution.target specified in your configuration file

Ben Beasley

That worked. Thankyou, Kostas.

 

From: Kostas Kloudas <[hidden email]>
Date: Sunday, December 20, 2020 at 7:21 AM
To: Ben Beasley <[hidden email]>
Cc: [hidden email] <[hidden email]>
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 <[hidden email]> wrote:
>
> I was wondering if I could get help with the issue described in this stackoverflow post.

Reply | Threaded
Open this post in threaded view
|

Re: No execution.target specified in your configuration file

Kostas Kloudas-2
Glad I could help!

On Mon, Dec 21, 2020 at 3:42 AM Ben Beasley <[hidden email]> wrote:

>
> That worked. Thankyou, Kostas.
>
>
>
> From: Kostas Kloudas <[hidden email]>
> Date: Sunday, December 20, 2020 at 7:21 AM
> To: Ben Beasley <[hidden email]>
> Cc: [hidden email] <[hidden email]>
> 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 <[hidden email]> wrote:
> >
> > I was wondering if I could get help with the issue described in this stackoverflow post.