Author: yusaku
Date: Fri May 10 18:51:59 2013
New Revision: 1481143
URL: http://svn.apache.org/r1481143
Log:
AMBARI-2100. HBase throws AccessDeniedException. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1481143&r1=1481142&r2=1481143&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri May 10 18:51:59 2013
@@ -837,6 +837,8 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-2100. HBase throws AccessDeniedException. (yusaku)
+
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.
(yusaku)
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=1481143&r1=1481142&r2=1481143&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_mapping.js Fri May 10
18:51:59 2013
@@ -758,13 +758,6 @@ var configs = [
"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",
"templateName": ["hivemetastore_host"],
"foreignKey": null,
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=1481143&r1=1481142&r2=1481143&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/secure_mapping.js Fri May 10
18:51:59 2013
@@ -314,6 +314,13 @@ module.exports = [
"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",
"templateName": [],
"foreignKey": null,