You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/26 04:35:23 UTC

svn commit: r1496713 - /incubator/ambari/branches/branch-1.2.5/ambari-web/app/data/secure_mapping.js

Author: yusaku
Date: Wed Jun 26 02:35:23 2013
New Revision: 1496713

URL: http://svn.apache.org/r1496713
Log:
AMBARI-2482. Nagios warning shown for JobTracker webui in secure cluster. (jaimin via yusaku)

Modified:
    incubator/ambari/branches/branch-1.2.5/ambari-web/app/data/secure_mapping.js

Modified: incubator/ambari/branches/branch-1.2.5/ambari-web/app/data/secure_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.5/ambari-web/app/data/secure_mapping.js?rev=1496713&r1=1496712&r2=1496713&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2.5/ambari-web/app/data/secure_mapping.js (original)
+++ incubator/ambari/branches/branch-1.2.5/ambari-web/app/data/secure_mapping.js Wed Jun 26 02:35:23 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,