Aljoscha Krettek created FLINK-7241: ---------------------------------------
Summary: Fix YARN high availability documentation Key: FLINK-7241 URL: https://issues.apache.org/jira/browse/FLINK-7241 Project: Flink Issue Type: Bug Components: Documentation, YARN Reporter: Aljoscha Krettek Assignee: Aljoscha Krettek The documentation (jobmanager_high_availability.md) incorrectly suggests this configuration template when running on YARN: {code} high-availability: zookeeper high-availability.zookeeper.quorum: localhost:2181 high-availability.zookeeper.storageDir: hdfs:///flink/recovery high-availability.zookeeper.path.root: /flink high-availability.zookeeper.path.namespace: /cluster_one # important: customize per cluster yarn.application-attempts: 10 {code} while above it says that the namespace should not be set on YARN because it will be automatically generated. Also, the documentation still refers to {{namespace}} while this has been renamed to {{cluster-id}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)