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)