Start cluster in different modes

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

Start cluster in different modes

Ravinder Kaur
Hello community,

I have been working with Flink for a while and have updated from version 0.10 to 1.0 but now I don't see the scripts to start cluster specifically in batch and stream mode like in version 0.10

Could someone tell me the difference and how I could achieve this? I tried to look through the Cluster Setup and Command- line execution pages but could not find useful information.

Kind Regards,
Ravinder Kaur
Reply | Threaded
Open this post in threaded view
|

Re: Start cluster in different modes

rmetzger0
Hi Ravinder,

the streaming mode has been removed, because Flink now starts in the streaming mode by default.
This means that the system is lazily allocating managed memory when user's are executing batch jobs.
If you want to preallocate the managed memory, there is a new configuration option for this.

Regards,
Robert

On Tue, Jun 21, 2016 at 2:47 PM, Ravinder Kaur <[hidden email]> wrote:
Hello community,

I have been working with Flink for a while and have updated from version 0.10 to 1.0 but now I don't see the scripts to start cluster specifically in batch and stream mode like in version 0.10

Could someone tell me the difference and how I could achieve this? I tried to look through the Cluster Setup and Command- line execution pages but could not find useful information.

Kind Regards,
Ravinder Kaur