[
https://issues.apache.org/jira/browse/FLINK-7241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-7241.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
Fixed on master in
a671035fa4e52cdf3540fa865473aa9404a841c4
d628e7a7b45aa3d82a9195dc227c1067151d9c99
640cc4ee600d83cdcadabbf4193ad016d36bf4c8
Fixed on release-1.3 in
6fa4383ba2d5d21c43cd21871fe5c505ce261311
1810d200a3c32a7dd27b9de4dcadfe9fed83e7b8
7180ceb2dd3f96526019914b6101ceee845be270
> 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
> Affects Versions: 1.3.0, 1.3.1
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Fix For: 1.4.0, 1.3.2
>
>
> 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)