瀏覽代碼

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

Srimanth Gunturi 9 年之前
父節點
當前提交
48539f0df4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      contrib/views/tez/src/main/resources/ui/scripts/init-ambari-view.js

+ 1 - 0
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);
     }
   };