[GitHub] [flink] HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config for yarn configuration

2019-05-27 Thread GitBox
HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config 
for yarn configuration
URL: https://github.com/apache/flink/pull/8303#issuecomment-496370553
 
 
   @rmetzger @tillrohrmann 
   I was blocked by setting up the secured MiniDFSCluster in integration tests, 
so took a little more time on the PR. Please review it at your most convenient 
time.


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


[GitHub] [flink] HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config for yarn configuration

2019-05-25 Thread GitBox
HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config 
for yarn configuration
URL: https://github.com/apache/flink/pull/8303#issuecomment-495970743
 
 
   @zentol Working on it this weekend. I will push a change soon.


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


[GitHub] [flink] HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config for yarn configuration

2019-05-08 Thread GitBox
HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config 
for yarn configuration
URL: https://github.com/apache/flink/pull/8303#issuecomment-490741884
 
 
   @xintongsong  @tillrohrmann @rmetzger 
   Thanks for the informative comments. The verified the solution end to end. 
It works. I will continue with adding an integration test in flink-yarn-tests 
module in the PR later.
   
   


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


[GitHub] [flink] HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config for yarn configuration

2019-05-07 Thread GitBox
HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config 
for yarn configuration
URL: https://github.com/apache/flink/pull/8303#issuecomment-490109784
 
 
   @xintongsong 
   
   Thanks for the feedback. Actually, I also tested current solution in which 
the replication number is set in the yarn configuration for the filesystem. It 
doesn't work. I will change the revision back by using the replication argument 
in the utility function. Once it is verified, I will update the PR. 
   
   


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


[GitHub] [flink] HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config for yarn configuration

2019-04-30 Thread GitBox
HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config 
for yarn configuration
URL: https://github.com/apache/flink/pull/8303#issuecomment-487964624
 
 
   @rmetzger @tillrohrmann 
   I think we can set the hdfs.replication in YarnConfiguration of 
AbstractYarnClusterDescriptor. As, this configuration is only used in client 
side, so will not impact the runtime file replications. The reason I initially 
choose to use the setReplication method is that our org will use S3 for long 
term to submit job to different cluster management system. It looks 
S3AFileSystem doesn't implement the method. I think it is good to use 
hdfs.replication initially. How do you think?
   
   
   
   


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


[GitHub] [flink] HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config for yarn configuration

2019-04-28 Thread GitBox
HuangZhenQiu commented on issue #8303: [FLINK-12343]add file replication config 
for yarn configuration
URL: https://github.com/apache/flink/pull/8303#issuecomment-487385194
 
 
   @rmetzger @tillrohrmann 
   Please have a look this PR when you have time.


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