[hotfix] [doc] Incorrect example CLI command for Flink on Mesos
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/713e7218 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/713e7218 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/713e7218 Branch: refs/heads/master Commit: 713e721872dc8d01be00780db3e815724e931547 Parents: d7946ae Author: Tzu-Li (Gordon) Tai <[email protected]> Authored: Thu Jun 1 13:58:42 2017 +0200 Committer: Tzu-Li (Gordon) Tai <[email protected]> Committed: Thu Jun 1 13:58:42 2017 +0200 ---------------------------------------------------------------------- docs/setup/mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/713e7218/docs/setup/mesos.md ---------------------------------------------------------------------- diff --git a/docs/setup/mesos.md b/docs/setup/mesos.md index 674aa92..aeb346d 100644 --- a/docs/setup/mesos.md +++ b/docs/setup/mesos.md @@ -184,7 +184,7 @@ This also allows to specify general Flink configuration parameters. For example: bin/mesos-appmaster.sh \ - -Dmesos.master=master.foobar.org:5050 + -Dmesos.master=master.foobar.org:5050 \ -Djobmanager.heap.mb=1024 \ -Djobmanager.rpc.port=6123 \ -Djobmanager.web.port=8081 \
