venkata91 commented on code in PR #22509:
URL: https://github.com/apache/flink/pull/22509#discussion_r1183100983


##########
flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java:
##########
@@ -425,6 +426,8 @@ static ContainerLaunchContext createTaskExecutorContext(
 
         ctx.setEnvironment(containerEnv);
 
+        setAclsFor(ctx, flinkConfig);

Review Comment:
   Is this to set `acls` to `TaskManager` containers and the 
`YarnClusterDescriptor` is for `AM` container?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to