architgyl commented on code in PR #22509: URL: https://github.com/apache/flink/pull/22509#discussion_r1189439481
########## docs/layouts/shortcodes/generated/yarn_config_configuration.html: ########## @@ -182,5 +182,15 @@ <td>String</td> <td>Specify YARN node label for the Flink TaskManagers, it will override the yarn.application.node-label for TaskManagers if both are set.</td> </tr> + <tr> + <td><h5>yarn.view.acls</h5></td> + <td style="word-wrap: break-word;">(none)</td> + <td>Users and groups to give VIEW access. The ACLs are of for comma-separated-usersspacecomma-separated-groups</td> + </tr> + <tr> + <td><h5>yarn.modify.acls</h5></td> + <td style="word-wrap: break-word;">(none)</td> + <td>Users and groups to give MODIFY access. The ACLs are of for comma-separated-usersspacecomma-separated-groups</td> Review Comment: Updated the html file to display as : ``` Users and groups to give VIEW access. The ACLs are of for comma-separated-users<space>comma-separated-groups Users and groups to give MODIFY access. The ACLs are of for comma-separated-users<space>comma-separated-groups ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org