GJL commented on a change in pull request #8760: [FLINK-12869] Add yarn acls 
capability to flink containers
URL: https://github.com/apache/flink/pull/8760#discussion_r331464003
 
 

 ##########
 File path: 
flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java
 ##########
 @@ -204,6 +204,25 @@
                .defaultValue("")
                .withDescription("A comma-separated list of tags to apply to 
the Flink YARN application.");
 
+       /**
+        * Users and groups to give VIEW access.
+        * 
https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_yarn_acl.html
+        */
+       public static final ConfigOption<String> APPLICATION_VIEW_ACLS =
+               key("yarn.view.acls")
+               .defaultValue("")
+               .withDescription("Users and groups to give VIEW acess. The ACLs 
are of for" +
+                       " comma-separated-usersspacecomma-separated-groups");
+
+       /**
+        * Users and groups to give MODIFY access.
+        */
+       public static final ConfigOption<String> APPLICATION_ADMIN_ACLS =
 
 Review comment:
   I was thinking about renaming this to `APPLICATION_MODIFY_ACLS` so that it 
is aligned with Hadoop. What do you think?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to