Repository: flink
Updated Branches:
  refs/heads/release-1.4 c79432915 -> 02a19a14f


[FLINK-8017] Fix High availability cluster-id key in documentation


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

Branch: refs/heads/release-1.4
Commit: 02a19a14fad1ef928038f4971bdcacf4d0642d88
Parents: c794329
Author: Dan Kelley <dan.kel...@accretivetg.com>
Authored: Tue Nov 7 17:27:44 2017 -0800
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Thu Nov 9 14:08:41 2017 +0100

----------------------------------------------------------------------
 docs/ops/jobmanager_high_availability.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/02a19a14/docs/ops/jobmanager_high_availability.md
----------------------------------------------------------------------
diff --git a/docs/ops/jobmanager_high_availability.md 
b/docs/ops/jobmanager_high_availability.md
index 25701a1..2b590cc 100644
--- a/docs/ops/jobmanager_high_availability.md
+++ b/docs/ops/jobmanager_high_availability.md
@@ -80,7 +80,7 @@ In order to start an HA-cluster add the following 
configuration keys to `conf/fl
 
 - **ZooKeeper cluster-id** (recommended): The *cluster-id ZooKeeper node*, 
under which all required coordination data for a cluster is placed.
 
-  <pre>high-availability.zookeeper.path.cluster-id: /default_ns # important: 
customize per cluster</pre>
+  <pre>high-availability.cluster-id: /default_ns # important: customize per 
cluster</pre>
 
   **Important**: You should not set this value manually when runnig a YARN
   cluster, a per-job YARN session, or on another cluster manager. In those
@@ -108,7 +108,7 @@ After configuring the masters and the ZooKeeper quorum, you 
can use the provided
 high-availability: zookeeper
 high-availability.zookeeper.quorum: localhost:2181
 high-availability.zookeeper.path.root: /flink
-high-availability.zookeeper.path.cluster-id: /cluster_one # important: 
customize per cluster
+high-availability.cluster-id: /cluster_one # important: customize per cluster
 high-availability.zookeeper.storageDir: hdfs:///flink/recovery</pre>
 
 2. **Configure masters** in `conf/masters`:

Reply via email to