fsk119 commented on code in PR #25754:
URL: https://github.com/apache/flink/pull/25754#discussion_r1904978040
##########
flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterClientFactory.java:
##########
@@ -78,6 +80,12 @@ private YarnClusterDescriptor
getClusterDescriptor(Configuration configuration)
final YarnConfiguration yarnConfiguration =
Utils.getYarnAndHadoopConfiguration(configuration);
+ if (System.getenv().get("IN_TESTS") != null) {
Review Comment:
> In Integration test setup, the Yarn containers created by YarnMiniCluster
does not have the Yarn site XML and KRB5 configuration files. We are adding
these files as container local resources for the container applications
(JM/TMs) to have proper secure cluster setup
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]