[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/8b213f57 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8b213f57 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8b213f57 Branch: refs/heads/release-1.3 Commit: 8b213f57813c0d078d18c1d59cf88441dd04594c Parents: 8abf939 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 14:05:12 2017 +0200 ---------------------------------------------------------------------- docs/setup/mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/8b213f57/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 \
