[
https://issues.apache.org/jira/browse/YARN-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramya Sunil updated YARN-1096:
------------------------------
Description:
RM webapp spnego keytab file config property is defined incorrectly as
webapp.spengo-keytab-file instead of webapp.spnego-keytab-file.
public static final String RM_WEBAPP_SPENGO_KEYTAB_FILE_KEY =
RM_PREFIX + "webapp.spengo-keytab-file";
was:
yarn webapp spnego keytab file config properties are defined incorrectly as
webapp.spengo-keytab-file instead of webapp.spnego-keytab-file.
public static final String RM_WEBAPP_SPENGO_KEYTAB_FILE_KEY =
RM_PREFIX + "webapp.spengo-keytab-file";
public static final String NM_WEBAPP_SPNEGO_KEYTAB_FILE_KEY =
NM_PREFIX + "webapp.spnego-keytab-file";
public static final String JHS_WEBAPP_SPNEGO_KEYTAB_FILE_KEY =
"jobhistoryserver.webapp.spnego-keytab-file";
> Fix typo in webapp spnego keytab file configs
> ---------------------------------------------
>
> Key: YARN-1096
> URL: https://issues.apache.org/jira/browse/YARN-1096
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Ramya Sunil
> Priority: Blocker
> Fix For: 2.1.1-beta
>
>
> RM webapp spnego keytab file config property is defined incorrectly as
> webapp.spengo-keytab-file instead of webapp.spnego-keytab-file.
> public static final String RM_WEBAPP_SPENGO_KEYTAB_FILE_KEY =
> RM_PREFIX + "webapp.spengo-keytab-file";
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira