You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2013/11/20 17:08:09 UTC

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

Updated Branches:
  refs/heads/trunk a5229c1c4 -> 94ec68b77


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/94ec68b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/94ec68b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/94ec68b7

Branch: refs/heads/trunk
Commit: 94ec68b774e663680df99ee78fa4428bfd7e7972
Parents: a5229c1
Author: Aleksandr Kovalenko <ol...@ukr.net>
Authored: Wed Nov 20 18:07:43 2013 +0200
Committer: Aleksandr Kovalenko <ol...@ukr.net>
Committed: Wed Nov 20 18:07:43 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/global/update_controller.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/94ec68b7/ambari-web/app/controllers/global/update_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/global/update_controller.js b/ambari-web/app/controllers/global/update_controller.js
index cf1120d..e20f211 100644
--- a/ambari-web/app/controllers/global/update_controller.js
+++ b/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,' +