Browse Source

HUE-4365 [metastore] No information surfaced when LOAD data from Create table from file fails

Romain Rigaux 9 years ago
parent
commit
3b05015
1 changed files with 3 additions and 0 deletions
  1. 3 0
      apps/beeswax/src/beeswax/static/beeswax/js/beeswax.vm.js

+ 3 - 0
apps/beeswax/src/beeswax/static/beeswax/js/beeswax.vm.js

@@ -647,6 +647,9 @@ function BeeswaxViewModel(server, apiHelper) {
           if (typeof window.console !== 'undefined') {
             console.error(data.message);
           }
+          if (data.log) {
+            self.applyLogs(data.log);
+          }
         } else {
           $(document).trigger('watched.query', data);
         }