Repository: ambari Updated Branches: refs/heads/trunk 76648a0a5 -> de669dcaa
AMBARI-11346 [WinTP2] HDPWIN 2.2 Hive configuration: The MSSQL Server Database Host field is unavailable Fixed the field hiding routine to exclude the MSSQL items Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/de669dca Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/de669dca Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/de669dca Branch: refs/heads/trunk Commit: de669dcaa89be08e5d60430b9c5e30e5a82f7aa6 Parents: 76648a0 Author: Florian Barca <[email protected]> Authored: Fri May 22 10:09:52 2015 -0700 Committer: Florian Barca <[email protected]> Committed: Fri May 22 10:10:27 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/utils/config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/de669dca/ambari-web/app/utils/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js index 1844482..bf84592 100644 --- a/ambari-web/app/utils/config.js +++ b/ambari-web/app/utils/config.js @@ -546,9 +546,13 @@ App.config = Em.Object.create({ 'hive_existing_oracle_host', 'hive_existing_postgresql_host', 'hive_existing_mysql_host', + 'hive_existing_mssql_server_host', + 'hive_existing_mssql_server_2_host', 'oozie_existing_oracle_host', 'oozie_existing_postgresql_host', - 'oozie_existing_mysql_host' + 'oozie_existing_mysql_host', + 'oozie_existing_mssql_server_host', + 'oozie_existing_mssql_server_2_host' ].contains(Em.get(preDefined, 'name'))) { return; }
