Author: yusaku
Date: Wed Jun 26 02:34:51 2013
New Revision: 1496712
URL: http://svn.apache.org/r1496712
Log:
AMBARI-2482. Nagios warning shown for JobTracker webui in secure cluster.
(jaimin via yusaku)
Modified:
incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js
Modified: incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js?rev=1496712&r1=1496711&r2=1496712&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js Wed Jun 26
02:34:51 2013
@@ -138,6 +138,20 @@ module.exports = [
"filename": "mapred-site.xml"
},
{
+ "name": "mapreduce.jobhistory.kerberos.principal",
+ "templateName": ["jobtracker_principal_name", "kerberos_domain"],
+ "foreignKey": null,
+ "value": "<templateName[0]>@<templateName[1]>",
+ "filename": "mapred-site.xml"
+ },
+ {
+ "name": "mapreduce.jobhistory.keytab.file",
+ "templateName": ["jobtracker_keytab"],
+ "foreignKey": null,
+ "value": "<templateName[0]>",
+ "filename": "mapred-site.xml"
+ },
+ {
"name": "mapreduce.tasktracker.kerberos.principal",
"templateName": ["tasktracker_principal_name", "kerberos_domain"],
"foreignKey": null,