Browse Source

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

Aleksandr Kovalenko 11 years ago
parent
commit
94ec68b774
1 changed files with 1 additions and 2 deletions
  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 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,' +
       'host_components/HostRoles/state,' +
       'host_components/HostRoles/stale_configs,' +