Просмотр исходного кода

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
Florian Barca 10 лет назад
Родитель
Сommit
de669dcaa8
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      ambari-web/app/utils/config.js

+ 5 - 1
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;
           }