You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shilun Fan (Jira)" <ji...@apache.org> on 2023/02/24 21:34:00 UTC

[jira] [Created] (FLINK-31221) Fix Typo in YarnConfigOptions

Shilun Fan created FLINK-31221:
----------------------------------

             Summary: Fix Typo in YarnConfigOptions
                 Key: FLINK-31221
                 URL: https://issues.apache.org/jira/browse/FLINK-31221
             Project: Flink
          Issue Type: Improvement
          Components: Deployment / YARN
    Affects Versions: 1.17.1
            Reporter: Shilun Fan


I found a typo in YarnConfigOptions, I will fix it.

willl -> will
{code:java}
public static final ConfigOption<String> LOCALIZED_KEYTAB_PATH =
     .....
                        "Local (on NodeManager) path where kerberos keytab file will be"
                                + " localized to. If "
                                + SHIP_LOCAL_KEYTAB.key()
                                + " set to "
                                + "true, Flink willl ship the keytab file as a YARN local "
                                + "resource. In this case, the path is relative to the local "
                                + "resource directory. If set to false, Flink"
                                + " will try to directly locate the keytab from the path itself."); 


{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)