architgyl commented on code in PR #22509:
URL: https://github.com/apache/flink/pull/22509#discussion_r1242542217
##########
.idea/vcs.xml:
##########
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
Review Comment:
Restored the file
##########
flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java:
##########
@@ -231,6 +231,31 @@ public class YarnConfigOptions {
.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")
+ .stringType()
+ .defaultValue("")
Review Comment:
Fixed.
--
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]