Hi Are there only one env.execute() in application ?
Is it unstoppable forever loop ? Or can I stop env.execute() and then do something and after that restart it ? Best, Esa From: Fabian Hueske <[email protected]> Sent: Tuesday, May 29, 2018 1:35 PM To: Esa Heikkinen <[email protected]> Cc: [email protected] Subject: Re: env.execute() ? Hi, It is mandatory for all DataStream programs and most DataSet programs. Exceptions are ExecutionEnvironment.print() and ExecutionEnvironment.collect(). Both methods are defined on the DataSet ExecutionEnvironment and call execute() internally. Best, Fabian 2018-05-29 12:31 GMT+02:00 Esa Heikkinen <[email protected]<mailto:[email protected]>>: Hi Is it env.execute() mandatory at the end of application ? It is possible to run the application without it ? I found some examples where it is missing. Best, Esa
