[
https://issues.apache.org/jira/browse/FLINK-8475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362178#comment-16362178
]
ASF GitHub Bot commented on FLINK-8475:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5467#discussion_r167838921
--- Diff: docs/_includes/generated/high_availability_configuration.html ---
@@ -0,0 +1,36 @@
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 20%">Key</th>
+ <th class="text-left" style="width: 15%">Default</th>
+ <th class="text-left" style="width: 65%">Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><h5>high-availability</h5></td>
+ <td>"NONE"</td>
+ <td>Defines high-availability mode used for the cluster
execution. To enable high-availability, set this mode to "ZOOKEEPER".</td>
--- End diff --
high-availability: how Zookeeper-based HA works is/should be explained in
the [HA
docs](https://ci.apache.org/projects/flink/flink-docs-master/ops/jobmanager_high_availability.html#yarn-cluster-high-availability)
cluster-id: derived from javadocs, as the existing docs were entirely about
ZK setups
job.delay: derived from javadocs, as i assume it to be more up-to-date than
the ZK specific description
jobmanager.port: undocumented before
storageDir: derived from javadocs, as i assume it to be more up-to-date
than the ZK specific description
> Move remaining sections to generated tables
> -------------------------------------------
>
> Key: FLINK-8475
> URL: https://issues.apache.org/jira/browse/FLINK-8475
> Project: Flink
> Issue Type: Sub-task
> Components: Configuration
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Fix For: 1.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)