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_r329163486
########## File path: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java ########## @@ -204,6 +217,36 @@ public static void populateYarnSecureConfigurations(Configuration conf, String p conf.set("hadoop.security.auth_to_local", "RULE:[1:$1] RULE:[2:$1]"); } + public static void populateHDFSSecureConfigurations(Configuration conf, String principal, String keytab) Review comment: Ah. I see now. I think this relates to @tillrohrmann 's [comment](https://github.com/apache/flink/pull/8303/files#r315075331). once we refactor the test ITBase. it should be ok to not test against kerberized DFS cluster. ---------------------------------------------------------------- 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