فهرست منبع

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) {
     getInstanceParametersErrorCallback: function (request, ajaxOptions, error) {
       var json = request.responseJSON;
       var json = request.responseJSON;
       App.Helpers.ErrorBar.getInstance().show(json.message, json.trace);
       App.Helpers.ErrorBar.getInstance().show(json.message, json.trace);
+      Ember.assert(json.message);
     }
     }
   };
   };