From 6fd0fca37bb288808b5f28182b2c83eada3cec2c Mon Sep 17 00:00:00 2001 From: Sayat Satybaldiyev Date: Fri, 29 Jun 2018 15:22:57 +0200 Subject: [PATCH] Remove depricated parameter from doc --- docs/ops/jobmanager_high_availability.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ops/jobmanager_high_availability.md b/docs/ops/jobmanager_high_availability.md index a99455849c418..320f9d62e505d 100644 --- a/docs/ops/jobmanager_high_availability.md +++ b/docs/ops/jobmanager_high_availability.md @@ -93,7 +93,7 @@ In order to start an HA-cluster add the following configuration keys to `conf/fl - **Storage directory** (required): JobManager metadata is persisted in the file system *storageDir* and only a pointer to this state is stored in ZooKeeper.
-high-availability.zookeeper.storageDir: hdfs:///flink/recovery
+high-availability.storageDir: hdfs:///flink/recovery
     
The `storageDir` stores all metadata needed to recover a JobManager failure. @@ -109,7 +109,7 @@ high-availability: zookeeper high-availability.zookeeper.quorum: localhost:2181 high-availability.zookeeper.path.root: /flink high-availability.cluster-id: /cluster_one # important: customize per cluster -high-availability.zookeeper.storageDir: hdfs:///flink/recovery +high-availability.storageDir: hdfs:///flink/recovery 2. **Configure masters** in `conf/masters`: @@ -191,7 +191,7 @@ This means that the application can be restarted 9 times for failed attempts bef
 high-availability: zookeeper
 high-availability.zookeeper.quorum: localhost:2181
-high-availability.zookeeper.storageDir: hdfs:///flink/recovery
+high-availability.storageDir: hdfs:///flink/recovery
 high-availability.zookeeper.path.root: /flink
 yarn.application-attempts: 10