Updated Branches: refs/heads/trunk 674f227f0 -> d7514dcfc
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/d7514dcf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/d7514dcf Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/d7514dcf Branch: refs/heads/trunk Commit: d7514dcfcf42e341bfc4ebc220f228af6c9d4a14 Parents: 674f227 Author: Jaimin Jetly <[email protected]> Authored: Thu Oct 10 17:21:35 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Oct 10 17:35:28 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/d7514dcf/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",
