You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/10/28 18:32:31 UTC

ambari git commit: AMBARI-13515. When both RM are standby, Tez view can not be seen - Patch 2(DIPAYAN BHOWMICK via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 18aae6aae -> 6432f63fc


AMBARI-13515. When both RM are standby, Tez view can not be seen - Patch 2(DIPAYAN BHOWMICK via srimanth)


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

Branch: refs/heads/branch-2.1
Commit: 6432f63fc1171234d800527c3bba3e70e5ec3fcc
Parents: 18aae6a
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Oct 28 10:32:20 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Oct 28 10:32:20 2015 -0700

----------------------------------------------------------------------
 contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6432f63f/contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js
----------------------------------------------------------------------
diff --git a/contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js b/contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js
index ec8cdd8..5c616e5 100644
--- a/contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js
+++ b/contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js
@@ -182,6 +182,7 @@ App.Helpers.ambari = (function () {
     getInstanceParametersErrorCallback: function (request, ajaxOptions, error) {
       var json = request.responseJSON;
       App.Helpers.ErrorBar.getInstance().show(json.message, json.trace);
+      Ember.assert(json.message);
     }
   };