Ramya Sunil created YARN-1096:
---------------------------------
Summary: 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: Minor
Fix For: 2.1.0-beta
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";
--
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