Repository: ambari
Updated Branches:
  refs/heads/trunk 67c40e3f5 -> c9017f328


AMBARI-6404 Hive Service Check fails on upgraded and then secured cluster. 
(ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c9017f32
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c9017f32
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c9017f32

Branch: refs/heads/trunk
Commit: c9017f328d81ef6fa9343a6d1565ae3036eae4d0
Parents: 67c40e3
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Mon Jul 7 21:09:13 2014 +0300
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Mon Jul 7 21:12:25 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/secure_mapping.js | 27 +++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c9017f32/ambari-web/app/data/HDP2/secure_mapping.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/secure_mapping.js 
b/ambari-web/app/data/HDP2/secure_mapping.js
index a7c5695..217fac0 100644
--- a/ambari-web/app/data/HDP2/secure_mapping.js
+++ b/ambari-web/app/data/HDP2/secure_mapping.js
@@ -339,6 +339,33 @@ module.exports = [
     "serviceName": "HIVE"
   },
   {
+    "name": "hive.security.authorization.manager",
+    "templateName": [],
+    "foreignKey": null,
+    "value": 
"org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider",
+    "nonSecureValue": "NONE",
+    "filename": "hive-site.xml",
+    "serviceName": "HIVE"
+  },
+  {
+    "name": "hive.security.metastore.authorization.manager",
+    "templateName": [],
+    "foreignKey": null,
+    "value": 
"org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider",
+    "nonSecureValue": "NONE",
+    "filename": "hive-site.xml",
+    "serviceName": "HIVE"
+  },
+  {
+    "name": "hive.security.authenticator.manager",
+    "templateName": [],
+    "foreignKey": null,
+    "value": "org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator",
+    "nonSecureValue": "NONE",
+    "filename": "hive-site.xml",
+    "serviceName": "HIVE"
+  },
+  {
     "name": "hive.server2.authentication",
     "templateName": [],
     "foreignKey": null,

Reply via email to