浏览代码

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

aBabiichuk 11 年之前
父节点
当前提交
c9017f328d
共有 1 个文件被更改,包括 27 次插入0 次删除
  1. 27 0
      ambari-web/app/data/HDP2/secure_mapping.js

+ 27 - 0
ambari-web/app/data/HDP2/secure_mapping.js

@@ -338,6 +338,33 @@ module.exports = [
     "filename": "hive-site.xml",
     "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": [],