Repository: flink
Updated Branches:
  refs/heads/master 0665428cd -> cb73078e6


[FLINK-8102][docs] Fixed formatting issues in Mesos documentation.

This closes #5033.


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

Branch: refs/heads/master
Commit: cb73078e63e74ca19b37b07b54206c0985cec924
Parents: 0665428
Author: Joerg Schad <[email protected]>
Authored: Fri Nov 17 22:23:02 2017 -0800
Committer: zentol <[email protected]>
Committed: Mon Nov 20 16:00:46 2017 +0100

----------------------------------------------------------------------
 docs/ops/config.md           | 4 ++--
 docs/ops/deployment/mesos.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/cb73078e/docs/ops/config.md
----------------------------------------------------------------------
diff --git a/docs/ops/config.md b/docs/ops/config.md
index c85ce84..bcf7671 100644
--- a/docs/ops/config.md
+++ b/docs/ops/config.md
@@ -523,7 +523,7 @@ May be set to -1 to disable this feature.
 
 - `mesos.resourcemanager.tasks.container.image.name`: Image name to use for 
the container (**NO DEFAULT**)
 
-- `mesos.resourcemanager.tasks.container.volumes`: A comma seperated list of 
[host_path:]container_path[:RO|RW]. This allows for mounting additional volumes 
into your container. (**NO DEFAULT**)
+- `mesos.resourcemanager.tasks.container.volumes`: A comma separated list of 
`[host_path:]`container_path`[:RO|RW]`. This allows for mounting additional 
volumes into your container. (**NO DEFAULT**)
 
 - `high-availability.zookeeper.path.mesos-workers`: The ZooKeeper root path 
for persisting the Mesos worker information.
 
@@ -559,7 +559,7 @@ Previously this key was named `recovery.mode` and the 
default value was `standal
 
 - `high-availability.job.delay`: (Default `akka.ask.timeout`) Defines the 
delay before persisted jobs are recovered in case of a master recovery 
situation. Previously this key was named `recovery.job.delay`.
 
-- `high-availability.zookeeper.client.acl`: (Default `open`) Defines the ACL 
(open|creator) to be configured on ZK node. The configuration value can be set 
to "creator" if the ZooKeeper server configuration has the "authProvider" 
property mapped to use SASLAuthenticationProvider and the cluster is configured 
to run in secure mode (Kerberos). The ACL options are based on 
https://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_BuiltinACLSchemes
+- `high-availability.zookeeper.client.acl`: (Default `open`) Defines the ACL 
(open\|creator) to be configured on ZK node. The configuration value can be set 
to "creator" if the ZooKeeper server configuration has the "authProvider" 
property mapped to use SASLAuthenticationProvider and the cluster is configured 
to run in secure mode (Kerberos). The ACL options are based on 
https://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_BuiltinACLSchemes
 
 #### ZooKeeper Security
 

http://git-wip-us.apache.org/repos/asf/flink/blob/cb73078e/docs/ops/deployment/mesos.md
----------------------------------------------------------------------
diff --git a/docs/ops/deployment/mesos.md b/docs/ops/deployment/mesos.md
index 36b6df7..56d0cde 100644
--- a/docs/ops/deployment/mesos.md
+++ b/docs/ops/deployment/mesos.md
@@ -262,7 +262,7 @@ May be set to -1 to disable this feature.
 
 `mesos.resourcemanager.tasks.container.image.name`: Image name to use for the 
container (**NO DEFAULT**)
 
-`mesos.resourcemanager.tasks.container.volumes`: A comma seperated list of 
[host_path:]container_path[:RO|RW]. This allows for mounting additional volumes 
into your container. (**NO DEFAULT**)
+`mesos.resourcemanager.tasks.container.volumes`: A comma separated list of 
`[host_path:]`container_path`[:RO|RW]`. This allows for mounting additional 
volumes into your container. (**NO DEFAULT**)
 
 `mesos.resourcemanager.tasks.hostname`: Optional value to define the 
TaskManager's hostname. The pattern `_TASK_` is replaced by the actual id of 
the Mesos task. This can be used to configure the TaskManager to use Mesos DNS 
(e.g. `_TASK_.flink-service.mesos`) for name lookups. (**NO DEFAULT**)
 

Reply via email to