Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.1 daaaf5eb3 -> 611595f0f


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/611595f0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/611595f0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/611595f0

Branch: refs/heads/branch-1.6.1
Commit: 611595f0f05c67479503f06ca3de08fcba65e96b
Parents: daaaf5e
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Mon Jul 7 21:14:59 2014 +0300
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Mon Jul 7 21:14:59 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/611595f0/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