瀏覽代碼

AMBARI-2100. HBase throws AccessDeniedException. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1481143 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父節點
當前提交
2905116f90
共有 3 個文件被更改,包括 9 次插入7 次删除
  1. 2 0
      CHANGES.txt
  2. 0 7
      ambari-web/app/data/config_mapping.js
  3. 7 0
      ambari-web/app/data/secure_mapping.js

+ 2 - 0
CHANGES.txt

@@ -837,6 +837,8 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  BUG FIXES
 
 
+ AMBARI-2100. HBase throws AccessDeniedException. (yusaku)
+
  AMBARI-2099. Cluster install failed due to timeout and the user can proceed
  AMBARI-2099. Cluster install failed due to timeout and the user can proceed
  to cluster management; the user was not presented an option to retry install.
  to cluster management; the user was not presented an option to retry install.
  (yusaku)
  (yusaku)

+ 0 - 7
ambari-web/app/data/config_mapping.js

@@ -757,13 +757,6 @@ var configs = [
     "value": "false",
     "value": "false",
     "filename": "hbase-site.xml"
     "filename": "hbase-site.xml"
   },
   },
-  {
-    "name": "hbase.coprocessor.master.classes",
-    "templateName": [],
-    "foreignKey": null,
-    "value": "org.apache.hadoop.hbase.security.access.AccessController",
-    "filename": "hbase-site.xml"
-  },
   {
   {
     "name": "templeton.hive.properties",
     "name": "templeton.hive.properties",
     "templateName": ["hivemetastore_host"],
     "templateName": ["hivemetastore_host"],

+ 7 - 0
ambari-web/app/data/secure_mapping.js

@@ -313,6 +313,13 @@ module.exports = [
       "metastore.sasl.enabled=true,hive.metastore.execute.setugi= true, hive.exec.mode.local.auto=false, hive.metastore.kerberos.principal=<templateName[0]>/_HOST@EXAMPLE.COM",
       "metastore.sasl.enabled=true,hive.metastore.execute.setugi= true, hive.exec.mode.local.auto=false, hive.metastore.kerberos.principal=<templateName[0]>/_HOST@EXAMPLE.COM",
     "filename": "webhcat-site.xml"
     "filename": "webhcat-site.xml"
   },
   },
+  {
+    "name": "hbase.coprocessor.master.classes",
+    "templateName": [],
+    "foreignKey": null,
+    "value": "org.apache.hadoop.hbase.security.access.AccessController",
+    "filename": "hbase-site.xml"
+  },
   {
   {
     "name": "hbase.coprocessor.region.classes",
     "name": "hbase.coprocessor.region.classes",
     "templateName": [],
     "templateName": [],