You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/20 07:27:31 UTC

[GitHub] weibocaojun opened a new issue #5678: Superset-0.26.3 hiverserver2 async query error: Expected state FINISHED, but found RUNNING

weibocaojun opened a new issue #5678: Superset-0.26.3 hiverserver2 async query error:  Expected state FINISHED, but found RUNNING
URL: https://github.com/apache/incubator-superset/issues/5678
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   Superset-0.26.3   hiverserver2  async query  error :  Expected state FINISHED, but found RUNNING
   
   Source code file: db_engine_specs.py There may be code error in line 1138
   
          db_engine_specs.py  line 1138:  log = cursor.fetch_logs() or ''
   
   May need to increase the if statement:
   
               if polled.operationState == hive.ttypes.TOperationState.FINISHED_STATE:
                 log = cursor.fetch_logs()
               else:
                 log = ''
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org