Author: jaimin
Date: Thu May 30 21:47:54 2013
New Revision: 1488028

URL: http://svn.apache.org/r1488028
Log:
AMBARI-2239. secure cluster: Namenode and SNamenode should use same keytab. 
(jaimin)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/data/secure_configs.js
    incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js
    incubator/ambari/trunk/ambari-web/app/data/secure_properties.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1488028&r1=1488027&r2=1488028&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu May 30 21:47:54 2013
@@ -907,6 +907,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2239. secure cluster: Namenode and SNamenode should use same
+ keytab. (jaimin)
+
  AMBARI-2235. NN enters safe mode upon HDFS restart. (smohanty)
 
  AMBARI-2225. Security fixes with HBase service check. (jaimin)

Modified: incubator/ambari/trunk/ambari-web/app/data/secure_configs.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/secure_configs.js?rev=1488028&r1=1488027&r2=1488028&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/secure_configs.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/secure_configs.js Thu May 30 
21:47:54 2013
@@ -40,7 +40,6 @@ module.exports = [
     configCategories: [
       App.ServiceConfigCategory.create({ name: 'General', displayName: 
'General'}),
       App.ServiceConfigCategory.create({ name: 'NameNode', displayName: 
'NameNode'}),
-      App.ServiceConfigCategory.create({ name: 'SNameNode',displayName: 
'SNameNode'}),
       App.ServiceConfigCategory.create({ name: 'DataNode', displayName: 
'DataNode'})
     ],
     sites: ['global', 'core-site', 'hdfs-site'],

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=1488028&r1=1488027&r2=1488028&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js Thu May 30 
21:47:54 2013
@@ -62,7 +62,7 @@ module.exports = [
   },
   {
     "name": "dfs.secondary.namenode.keytab.file",
-    "templateName": ["snamenode_keytab"],
+    "templateName": ["namenode_keytab"],
     "foreignKey": null,
     "value": "<templateName[0]>",
     "filename": "hdfs-site.xml"

Modified: incubator/ambari/trunk/ambari-web/app/data/secure_properties.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/secure_properties.js?rev=1488028&r1=1488027&r2=1488028&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/secure_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/secure_properties.js Thu May 30 
21:47:54 2013
@@ -151,19 +151,6 @@ module.exports =
     },
     {
       "id": "puppet var",
-      "name": "snamenode_keytab",
-      "displayName": "Path to keytab file",
-      "value": "",
-      "defaultValue": "/etc/security/keytabs/sn.service.keytab",
-      "description": "path to SecondaryNameNode keytab file",
-      "displayType": "directory",
-      "isVisible": true,
-      "isOverridable": false,
-      "serviceName": "HDFS",
-      "category": "SNameNode"
-    },
-    {
-      "id": "puppet var",
       "name": "dfs_datanode_address",
       "displayName": "Datanode address",
       "value": "",


Reply via email to