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

flink git commit: [FLINK-8017] Fix High availability cluster-id key in documentation

Repository: flink
Updated Branches:
  refs/heads/release-1.3 5aea49176 -> 6cdbf9117


[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/6cdbf911
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6cdbf911
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6cdbf911

Branch: refs/heads/release-1.3
Commit: 6cdbf91172f6382f4a1a2491317aaf8afabc33ec
Parents: 5aea491
Author: Dan Kelley <da...@accretivetg.com>
Authored: Tue Nov 7 17:27:44 2017 -0800
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Tue Dec 5 10:57:35 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/6cdbf911/docs/setup/jobmanager_high_availability.md
----------------------------------------------------------------------
diff --git a/docs/setup/jobmanager_high_availability.md b/docs/setup/jobmanager_high_availability.md
index cb78c56..a3d95c8 100644
--- a/docs/setup/jobmanager_high_availability.md
+++ b/docs/setup/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`: