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


##########
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:
   `groupUser` threw me off - `group` would be better :)



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