walterddr commented on a change in pull request #8303: [FLINK-12343] [flink-yarn] add file replication config for yarn configuration URL: https://github.com/apache/flink/pull/8303#discussion_r329161780
########## File path: docs/_includes/generated/yarn_config_configuration.html ########## @@ -77,5 +77,10 @@ <td style="word-wrap: break-word;">(none)</td> <td>A comma-separated list of tags to apply to the Flink YARN application.</td> </tr> + <tr> + <td><h5>yarn.file-replication</h5></td> + <td style="word-wrap: break-word;">-1</td> + <td>Number of file replication of each local resource file. If it is not configured, Flink will use the default replication value in hadoop configuration.</td> Review comment: state specifically which Hadoop config key is used as default: `yarn.sharedcache.nm.uploader.replication.factor` but not the normal file replicate key: `dfs.replication` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services