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

svn commit: r1497574 - in /incubator/ambari/trunk: ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/ ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HBASE/configuration/ ambari-web/app/data/

Author: jaimin
Date: Thu Jun 27 21:43:22 2013
New Revision: 1497574

URL: http://svn.apache.org/r1497574
Log:
AMBARI-2516. hbase reverts to non-secure config after config changes while the cluster stays secure. (jaimin)

Modified:
    incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/hbase-site.xml
    incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HBASE/configuration/hbase-site.xml
    incubator/ambari/trunk/ambari-web/app/data/config_mapping.js

Modified: incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/hbase-site.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/hbase-site.xml?rev=1497574&r1=1497573&r2=1497574&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/hbase-site.xml (original)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/hbase-site.xml Thu Jun 27 21:43:22 2013
@@ -253,6 +253,23 @@
   </property>
 
   <property>
+    <name>hbase.security.authentication</name>
+    <value>simple</value>
+  </property>
+
+  <property>
+    <name>hbase.rpc.engine</name>
+    <value>org.apache.hadoop.hbase.ipc.WritableRpcEngine</value>
+  </property>
+
+  <property>
+    <name>hbase.security.authorization</name>
+    <value>false</value>
+    <description>Enables HBase authorization. Set the value of this property to false to disable HBase authorization.
+    </description>
+  </property>
+
+  <property>
     <name>hbase.coprocessor.region.classes</name>
     <value></value>
     <description>A comma-separated list of Coprocessors that are loaded by
@@ -265,7 +282,7 @@
 
   <property>
     <name>hbase.coprocessor.master.classes</name>
-    <value></value>
+    <value>org.apache.hadoop.hbase.security.access.AccessController</value>
     <description>A comma-separated list of
       org.apache.hadoop.hbase.coprocessor.MasterObserver coprocessors that are
       loaded by default on the active HMaster process. For any implemented
@@ -338,7 +355,7 @@
   </property>
   <property>
     <name>zookeeper.znode.parent</name>
-    <value></value>
+    <value>/hbase-unsecure</value>
     <description>Root ZNode for HBase in ZooKeeper. All of HBase's ZooKeeper
       files that are configured with a relative path will go under this node.
       By default, all of HBase's ZooKeeper file path are configured with a

Modified: incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HBASE/configuration/hbase-site.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HBASE/configuration/hbase-site.xml?rev=1497574&r1=1497573&r2=1497574&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HBASE/configuration/hbase-site.xml (original)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HBASE/configuration/hbase-site.xml Thu Jun 27 21:43:22 2013
@@ -253,6 +253,23 @@
   </property>
 
   <property>
+    <name>hbase.security.authentication</name>
+    <value>simple</value>
+  </property>
+
+  <property>
+    <name>hbase.rpc.engine</name>
+    <value>org.apache.hadoop.hbase.ipc.WritableRpcEngine</value>
+  </property>
+
+  <property>
+    <name>hbase.security.authorization</name>
+    <value>false</value>
+    <description>Enables HBase authorization. Set the value of this property to false to disable HBase authorization.
+    </description>
+  </property>
+
+  <property>
     <name>hbase.coprocessor.region.classes</name>
     <value></value>
     <description>A comma-separated list of Coprocessors that are loaded by
@@ -265,7 +282,7 @@
 
   <property>
     <name>hbase.coprocessor.master.classes</name>
-    <value></value>
+    <value>org.apache.hadoop.hbase.security.access.AccessController</value>
     <description>A comma-separated list of
       org.apache.hadoop.hbase.coprocessor.MasterObserver coprocessors that are
       loaded by default on the active HMaster process. For any implemented
@@ -338,7 +355,7 @@
   </property>
   <property>
     <name>zookeeper.znode.parent</name>
-    <value></value>
+    <value>/hbase-unsecure</value>
     <description>Root ZNode for HBase in ZooKeeper. All of HBase's ZooKeeper
       files that are configured with a relative path will go under this node.
       By default, all of HBase's ZooKeeper file path are configured with a

Modified: incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_mapping.js?rev=1497574&r1=1497573&r2=1497574&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_mapping.js Thu Jun 27 21:43:22 2013
@@ -624,27 +624,6 @@ var configs = [
     "filename": "hbase-site.xml"
   },
   {
-    "name": "hbase.security.authentication",
-    "templateName": [],
-    "foreignKey": null,
-    "value": "simple",
-    "filename": "hbase-site.xml"
-  },
-  {
-    "name": "hbase.rpc.engine",
-    "templateName": [],
-    "foreignKey": null,
-    "value": "org.apache.hadoop.hbase.ipc.WritableRpcEngine",
-    "filename": "hbase-site.xml"
-  },
-  {
-    "name": "hbase.security.authorization",
-    "templateName": [],
-    "foreignKey": null,
-    "value": "false",
-    "filename": "hbase-site.xml"
-  },
-  {
     "name": "templeton.hive.properties",
     "templateName": ["hivemetastore_host"],
     "foreignKey": null,
@@ -666,13 +645,6 @@ var configs = [
     "filename": "hbase-site.xml"
   },
   {
-    "name": "zookeeper.znode.parent",
-    "templateName": [],
-    "foreignKey": null,
-    "value": "/hbase-unsecure",
-    "filename": "hbase-site.xml"
-  },
-  {
     "name": "fs.glusterfs.impl",
     "templateName": ["fs_glusterfs_impl"],
     "foreignKey": null,