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


##########
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java:
##########
@@ -61,6 +61,9 @@
 class YARNSessionFIFOITCase extends YarnTestBase {
     private static final Logger log = 
LoggerFactory.getLogger(YARNSessionFIFOITCase.class);
 
+    protected static final String VIEW_ACLS = "user groupUser";
+    protected static final String MODIFY_ACLS = "admin groupAdmin";

Review Comment:
   
[yarn_config_configuration.html](https://github.com/apache/flink/pull/22509/files#diff-4cc0177d60d77c8054982fe8c4b0edcd8e521d6a6afadd48bea95486cd236ae7)
 says usernames should be comma separated + <Space> + group names comma 
separated.
   So, here `user` is showing username and `groupUser` is for Group name.



-- 
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