[
https://issues.apache.org/jira/browse/FLINK-31221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Fan reassigned FLINK-31221:
-------------------------------
Assignee: Shilun Fan
> 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
> Assignee: Shilun Fan
> Priority: Major
> Labels: pull-request-available
>
> 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)