[
https://issues.apache.org/jira/browse/FLINK-8475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362185#comment-16362185
]
ASF GitHub Bot commented on FLINK-8475:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5470#discussion_r167839893
--- Diff: docs/_includes/generated/resource_manager_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>containerized.heap-cutoff-min</h5></td>
+ <td>600</td>
+ <td>Minimum amount of heap memory to remove in containers, as
a safety margin.</td>
+ </tr>
+ <tr>
+ <td><h5>containerized.heap-cutoff-ratio</h5></td>
+ <td>0.25</td>
+ <td>Percentage of heap space to remove from containers (YARN /
Mesos), to compensate for other JVM memory usage.</td>
+ </tr>
+ <tr>
+ <td><h5>local.number-resourcemanager</h5></td>
+ <td>1</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><h5>resourcemanager.job.timeout</h5></td>
+ <td>"5 minutes"</td>
+ <td>Timeout for jobs which don't have a job manager as leader
assigned.</td>
+ </tr>
+ <tr>
+ <td><h5>resourcemanager.rpc.port</h5></td>
--- End diff --
Must've missed it by accident, added it back.
> 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)