Updated Branches: refs/heads/trunk adff07575 -> ca36faba8
AMBARI-3049: Define spnego configs in yarn-site.xml for secure cluster. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/ca36faba Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/ca36faba Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/ca36faba Branch: refs/heads/trunk Commit: ca36faba841da0a0b9b73aa0e38a65e164c4d8b7 Parents: adff075 Author: Jaimin Jetly <[email protected]> Authored: Thu Aug 29 10:16:30 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Aug 29 10:16:41 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/secure_mapping.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/ca36faba/ambari-web/app/data/HDP2/secure_mapping.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/secure_mapping.js b/ambari-web/app/data/HDP2/secure_mapping.js index e674b91..25ba838 100644 --- a/ambari-web/app/data/HDP2/secure_mapping.js +++ b/ambari-web/app/data/HDP2/secure_mapping.js @@ -178,7 +178,7 @@ module.exports = [ "serviceName": "MAPREDUCE2" }, { - "name": "jobhistoryserver.webapp.spnego-principal", + "name": "mapreduce.jobhistory.webapp.spnego-principal", "templateName": ["jobhistory_http_principal_name", "kerberos_domain"], "foreignKey": null, "value": "<templateName[0]>@<templateName[1]>", @@ -186,7 +186,7 @@ module.exports = [ "serviceName": "MAPREDUCE2" }, { - "name": "jobhistoryserver.webapp.spnego-keytab-file", + "name": "mapreduce.jobhistory.webapp.spnego-keytab-file", "templateName": ["jobhistory_http_keytab"], "foreignKey": null, "value": "<templateName[0]>",
