Skip to content

Commit

Permalink
[FLINK-11886][docs] Update CLI output
Browse files Browse the repository at this point in the history
  • Loading branch information
chummyhe89 authored and zentol committed Mar 13, 2019
1 parent a5cc756 commit 70be4e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/ops/jobmanager_high_availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ Starting zookeeper daemon on host localhost.</pre>
<pre>
$ bin/start-cluster.sh
Starting HA cluster with 2 masters and 1 peers in ZooKeeper quorum.
Starting jobmanager daemon on host localhost.
Starting jobmanager daemon on host localhost.
Starting taskmanager daemon on host localhost.</pre>
Starting standalonesession daemon on host localhost.
Starting standalonesession daemon on host localhost.
Starting taskexecutor daemon on host localhost.</pre>

6. **Stop ZooKeeper quorum and cluster**:

<pre>
$ bin/stop-cluster.sh
Stopping taskmanager daemon (pid: 7647) on localhost.
Stopping jobmanager daemon (pid: 7495) on host localhost.
Stopping jobmanager daemon (pid: 7349) on host localhost.
Stopping taskexecutor daemon (pid: 7647) on localhost.
Stopping standalonesession daemon (pid: 7495) on host localhost.
Stopping standalonesession daemon (pid: 7349) on host localhost.
$ bin/stop-zookeeper-quorum.sh
Stopping zookeeper daemon (pid: 7101) on host localhost.</pre>

Expand Down

0 comments on commit 70be4e1

Please sign in to comment.