Repository: ambari Updated Branches: refs/heads/trunk 5ad53b6c9 -> 48539f0df
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/48539f0d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/48539f0d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/48539f0d Branch: refs/heads/trunk Commit: 48539f0df4a3e2f1d7db2405f774519ceeabfd9f Parents: 5ad53b6 Author: Srimanth Gunturi <sgunt...@hortonworks.com> Authored: Wed Oct 28 10:32:20 2015 -0700 Committer: Srimanth Gunturi <sgunt...@hortonworks.com> Committed: Wed Oct 28 10:32:46 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/48539f0d/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); } };