Updated Branches: refs/heads/branch-1.4.1 1a1d15d64 -> 8bd2b4db5
AMBARI-3498: Hbase secure config properties in HDP-2.x stack revert back to non-secure values on reconfiguration. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/8bd2b4db Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/8bd2b4db Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/8bd2b4db Branch: refs/heads/branch-1.4.1 Commit: 8bd2b4db5eda855024b95ae4a5a8dfb6e0baa005 Parents: 1a1d15d Author: Jaimin Jetly <[email protected]> Authored: Thu Oct 10 17:21:35 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Oct 10 17:21:35 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/config_mapping.js | 21 --------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8bd2b4db/ambari-web/app/data/HDP2/config_mapping.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/config_mapping.js b/ambari-web/app/data/HDP2/config_mapping.js index e260017..9e824cb 100644 --- a/ambari-web/app/data/HDP2/config_mapping.js +++ b/ambari-web/app/data/HDP2/config_mapping.js @@ -489,33 +489,12 @@ var configs = [ "filename": "hdfs-site.xml" }, { - "name": "hbase.security.authentication", - "templateName": [], - "foreignKey": null, - "value": "simple", - "filename": "hbase-site.xml" - }, - { - "name": "hbase.security.authorization", - "templateName": [], - "foreignKey": null, - "value": "false", - "filename": "hbase-site.xml" - }, - { "name": "hbase.zookeeper.quorum", "templateName": ["zookeeperserver_hosts"], "foreignKey": null, "value": "<templateName[0]>", "filename": "hbase-site.xml" }, - { - "name": "zookeeper.znode.parent", - "templateName": [], - "foreignKey": null, - "value": "/hbase-unsecure", - "filename": "hbase-site.xml" - }, /**********************************************webhcat-site***************************************/ { "name": "templeton.zookeeper.hosts",
