Skip to content

Commit

Permalink
[docs, setup] Add note about (task|job)manager scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
uce committed Nov 24, 2015
1 parent 4c46b2f commit f02369a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/setup/cluster_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,22 @@ 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)
</pre>

#### Adding a JobManager
<pre>
bin/jobmanager.sh start cluster [batch|streaming])|stop|stop-all)
</pre>

Make sure to call these scripts on the hosts, on which you want to start/stop the respective instance.


## Optional: Hadoop Distributed Filesystem (HDFS) Setup

Expand Down

0 comments on commit f02369a

Please sign in to comment.