Re: Start cluster in different modes

2016-06-21 Thread Robert Metzger
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 t

Start cluster in different modes

2016-06-21 Thread 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 thro