Browse Source

[impala] Improve result fetching status

Abraham Elmahrek 11 năm trước cách đây
mục cha
commit
312e56d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      apps/beeswax/static/js/beeswax.vm.js

+ 0 - 1
apps/beeswax/static/js/beeswax.vm.js

@@ -610,7 +610,6 @@ function BeeswaxViewModel(server) {
         var failed = data.isFailure  || data.status != 0;
         if (data.isSuccess || failed) {
           clearTimeout(timer);
-          self.design.isRunning(false);
 
           if (data.log) {
             self.design.watch.logs(data.log.split("\n"));