You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2017/12/13 10:08:05 UTC

flink git commit: [hotfix] [docs] Consistent capitalization in Mesos documentation.

Repository: flink
Updated Branches:
  refs/heads/master c1665c12b -> 402af2a07


[hotfix] [docs] Consistent capitalization in Mesos documentation.

This closes #5157.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/402af2a0
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/402af2a0
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/402af2a0

Branch: refs/heads/master
Commit: 402af2a07eb8144406e25e727dc56e65732ac8b2
Parents: c1665c1
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Tue Dec 12 14:09:03 2017 -0800
Committer: Till Rohrmann <tr...@apache.org>
Committed: Wed Dec 13 11:07:46 2017 +0100

----------------------------------------------------------------------
 docs/ops/deployment/mesos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/402af2a0/docs/ops/deployment/mesos.md
----------------------------------------------------------------------
diff --git a/docs/ops/deployment/mesos.md b/docs/ops/deployment/mesos.md
index 56d0cde..e59cdf6 100644
--- a/docs/ops/deployment/mesos.md
+++ b/docs/ops/deployment/mesos.md
@@ -222,7 +222,7 @@ When running Flink with Marathon, the whole Flink cluster including the job mana
 
 `mesos.initial-tasks`: The initial workers to bring up when the master starts (**DEFAULT**: The number of workers specified at cluster startup).
 
-`mesos.constraints.hard.hostattribute`: Constraints for task placement on mesos based on agent attributes (**DEFAULT**: None).
+`mesos.constraints.hard.hostattribute`: Constraints for task placement on Mesos based on agent attributes (**DEFAULT**: None).
 Takes a comma-separated list of key:value pairs corresponding to the attributes exposed by the target
 mesos agents.  Example: `az:eu-west-1a,series:t2`