[
https://issues.apache.org/jira/browse/FLINK-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037846#comment-15037846
]
ASF GitHub Bot commented on FLINK-3073:
---------------------------------------
Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/1433#discussion_r46557639
--- Diff: docs/setup/cluster_setup.md ---
@@ -236,34 +236,18 @@ bin/start-cluster.sh
To stop Flink, there is also a `stop-cluster.sh` script.
-
-### Starting Flink in the streaming mode
-
-~~~bash
-bin/start-cluster-streaming.sh
-~~~
-
-The streaming mode changes the startup behavior of Flink: The system is
not
-bringing up the managed memory services with preallocated memory at the
beginning.
-Flink streaming is not using the managed memory employed by the batch
operators.
-By not starting these services with preallocated memory, streaming jobs
can benefit
-from more heap space being available.
-
-Note that you can still start batch jobs in the streaming mode. The memory
manager
-will then allocate memory segments from the Java heap as needed.
-
### Optional: Adding JobManager/TaskManager instances to a cluster
You can add both TaskManager or JobManager instances to your running
cluster with the `bin/taskmanager.sh` and `bin/jobmanager.sh` scripts.
#### Adding a TaskManager
<pre>
-bin/taskmanager.sh (start [batch|streaming])|stop|stop-all)
+bin/taskmanager.sh start|stop|stop-all
</pre>
#### Adding a JobManager
<pre>
-bin/jobmanager.sh (start cluster [batch|streaming])|stop|stop-all)
+bin/jobmanager.sh start|stop|stop-all
--- End diff --
fixed it
> Activate streaming mode by default
> ----------------------------------
>
> Key: FLINK-3073
> URL: https://issues.apache.org/jira/browse/FLINK-3073
> Project: Flink
> Issue Type: Improvement
> Components: TaskManager
> Reporter: Robert Metzger
> Assignee: Aljoscha Krettek
> Fix For: 1.0.0
>
>
> Currently, TaskManagers are still started in the batch mode.
> I have the impression that more users are actually using Flink for stream
> processing, and, the streaming mode also allows batch workloads.
> It would be nice to change that for the 1.0 release
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)