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