You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/20 09:08:32 UTC

[GitHub] [flink] wangyang0918 commented on issue #10980: [FLINK-12343][flink-yarn] add yarn file replication configuration

wangyang0918 commented on issue #10980: [FLINK-12343][flink-yarn] add yarn file replication configuration
URL: https://github.com/apache/flink/pull/10980#issuecomment-588812149
 
 
   >> Do you have a test to update the DFS_REPLICATION_KEY in hdfs-site.xml? And then the replication here should be same. I am not sure we could get a updated value from yarnConfiguration. Since YarnConfiguration do not add the hdfs-site.xml as resource by default.
   
   I have verified that it could work. Because when we call `FileSystem.get(yarnConfiguration)`, the `core-site.xml` and `hdfs-site.xml` will be added to resource automatically.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services