Skip to content

Commit

Permalink
[FLINK-11312][docs] Fix broken link to Zookeeper getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndef-SleePy authored and tillrohrmann committed Jan 14, 2019
1 parent 43ec81f commit 6c8abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops/jobmanager_high_availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ As an example, consider the following setup with three JobManager instances:

To enable JobManager High Availability you have to set the **high-availability mode** to *zookeeper*, configure a **ZooKeeper quorum** and set up a **masters file** with all JobManagers hosts and their web UI ports.

Flink leverages **[ZooKeeper](http:https://zookeeper.apache.org)** for *distributed coordination* between all running JobManager instances. ZooKeeper is a separate service from Flink, which provides highly reliable distributed coordination via leader election and light-weight consistent state storage. Check out [ZooKeeper's Getting Started Guide](http:https://zookeeper.apache.org/doc/trunk/zookeeperStarted.html) for more information about ZooKeeper. Flink includes scripts to [bootstrap a simple ZooKeeper](#bootstrap-zookeeper) installation.
Flink leverages **[ZooKeeper](http:https://zookeeper.apache.org)** for *distributed coordination* between all running JobManager instances. ZooKeeper is a separate service from Flink, which provides highly reliable distributed coordination via leader election and light-weight consistent state storage. Check out [ZooKeeper's Getting Started Guide](http:https://zookeeper.apache.org/doc/current/zookeeperStarted.html) for more information about ZooKeeper. Flink includes scripts to [bootstrap a simple ZooKeeper](#bootstrap-zookeeper) installation.

#### Masters File (masters)

Expand Down

0 comments on commit 6c8abc1

Please sign in to comment.