Преглед на файлове

Revert "AMBARI-3680. Hive Smoke Test fails after installing clients on an added host. New patch." This reverts commit 8c345c3147fe65999392139275160a0320e7faaa

Aleksandr Kovalenko преди 11 години
родител
ревизия
94ec68b774
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      ambari-web/app/controllers/global/update_controller.js

+ 1 - 2
ambari-web/app/controllers/global/update_controller.js

@@ -140,8 +140,7 @@ App.UpdateController = Em.Controller.extend({
     var methodStartTs = new Date().getTime();
     var methodStartTs = new Date().getTime();
     var testUrl = App.get('isHadoop2Stack') ? '/data/dashboard/HDP2/services.json':'/data/dashboard/services.json';
     var testUrl = App.get('isHadoop2Stack') ? '/data/dashboard/HDP2/services.json':'/data/dashboard/services.json';
 
 
-    var realUrl = '/components/?ServiceComponentInfo/category=MASTER' +
-      '|ServiceComponentInfo/component_name=SQOOP|ServiceComponentInfo/component_name=HCAT|ServiceComponentInfo/component_name=PIG&fields=' +
+    var realUrl = '/components/?ServiceComponentInfo/category=MASTER&fields=' +
       'ServiceComponentInfo,' +
       'ServiceComponentInfo,' +
       'host_components/HostRoles/state,' +
       'host_components/HostRoles/state,' +
       'host_components/HostRoles/stale_configs,' +
       'host_components/HostRoles/stale_configs,' +