aljoscha commented on a change in pull request #7702: 
[FLINK-11088][Security][YARN] Allow YARN to discover pre-installed keytab files
URL: https://github.com/apache/flink/pull/7702#discussion_r390324878
 
 

 ##########
 File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnConfigKeys.java
 ##########
 @@ -36,7 +36,10 @@
        public static final String FLINK_JAR_PATH = "_FLINK_JAR_PATH"; // the 
Flink jar resource location (in HDFS).
        public static final String FLINK_YARN_FILES = "_FLINK_YARN_FILES"; // 
the root directory for all yarn application files
 
+       @Deprecated
        public static final String KEYTAB_PATH = "_KEYTAB_PATH";
+       public static final String REMOTE_KEYTAB_PATH = "_REMOTE_KEYTAB_PATH";
 
 Review comment:
   Is it actually necessary to store these keys in the environment, can't we 
directly use the Flink `Configuration` to retrieve these settings?

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