Skip to content

Commit

Permalink
[hotfix][yarn] Remove the useless static variable of flink.yarn.Utils…
Browse files Browse the repository at this point in the history
…#DEFAULT_KEYTAB_FILE

This closes apache#11992.
  • Loading branch information
zhengcanbin authored and tillrohrmann committed Jun 23, 2020
1 parent 5687118 commit 380fddf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public final class Utils {

private static final Logger LOG = LoggerFactory.getLogger(Utils.class);

/** Keytab file name populated in YARN container. */
public static final String DEFAULT_KEYTAB_FILE = "krb5.keytab";

/** KRB5 file name populated in YARN container for secure IT run. */
public static final String KRB5_FILE_NAME = "krb5.conf";

Expand Down

0 comments on commit 380fddf

Please sign in to comment.