You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/09/03 16:21:41 UTC

ambari git commit: AMBARI-12997 After upgrading Ambari 2.0.1 to 2.1.0, it's flagging hive.server2.authentication.ldap.baseDN as a required field. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 e85855eeb -> 50eb30a92


AMBARI-12997 After upgrading Ambari 2.0.1 to 2.1.0, it's flagging hive.server2.authentication.ldap.baseDN as a required field. (ababiichuk)


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

Branch: refs/heads/branch-2.1
Commit: 50eb30a923dfe716dd8eae0e8dd1ca5bd8ccb4a4
Parents: e85855e
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Thu Sep 3 17:18:14 2015 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Thu Sep 3 17:18:14 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2.2/site_properties.js | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/50eb30a9/ambari-web/app/data/HDP2.2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.2/site_properties.js b/ambari-web/app/data/HDP2.2/site_properties.js
index 019a4eb..2779cd0 100644
--- a/ambari-web/app/data/HDP2.2/site_properties.js
+++ b/ambari-web/app/data/HDP2.2/site_properties.js
@@ -46,6 +46,14 @@ var hdp22properties = hdp2properties.filter(function (item) {
 hdp22properties.push(
   {
     "id": "site property",
+    "name": "hive.server2.authentication.ldap.baseDN",
+    "serviceName": "HIVE",
+    "filename": "hive-site.xml",
+    "category": "Advanced hive-site",
+    "isRequired": false
+  },
+  {
+    "id": "site property",
     "name": "hive.zookeeper.quorum",
     "displayName": "hive.zookeeper.quorum",
     "recommendedValue": "localhost:2181",