You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
the lastest
Expected results
content from hive table
Actual results
Steps to reproduce
when i started a hive query task,the cli shows error like following
Traceback (most recent call last):
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/views/core.py", line 1994, in sql_json
query_id=query_id, return_results=True)
File "/home/wugui/opt/venv/lib/python2.7/site-packages/celery/local.py", line 188, in call
return self._get_current_object()(*a, **kw)
File "/home/wugui/opt/venv/lib/python2.7/site-packages/celery/app/task.py", line 420, in call
return self.run(*args, **kwargs)
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/sql_lab.py", line 70, in get_sql_results
db_engine_spec.patch()
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/db_engine_specs.py", line 568, in patch
from superset.db_engines import hive as patched_hive
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/db_engines/hive.py", line 2, in
from pythrifthiveapi.TCLIService import ttypes
ImportError: No module named pythrifthiveapi.TCLIService
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
the lastest
Expected results
content from hive table
Actual results
Steps to reproduce
when i started a hive query task,the cli shows error like following
Traceback (most recent call last):
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/views/core.py", line 1994, in sql_json
query_id=query_id, return_results=True)
File "/home/wugui/opt/venv/lib/python2.7/site-packages/celery/local.py", line 188, in call
return self._get_current_object()(*a, **kw)
File "/home/wugui/opt/venv/lib/python2.7/site-packages/celery/app/task.py", line 420, in call
return self.run(*args, **kwargs)
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/sql_lab.py", line 70, in get_sql_results
db_engine_spec.patch()
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/db_engine_specs.py", line 568, in patch
from superset.db_engines import hive as patched_hive
File "/home/wugui/opt/venv/lib/python2.7/site-packages/superset/db_engines/hive.py", line 2, in
from pythrifthiveapi.TCLIService import ttypes
ImportError: No module named pythrifthiveapi.TCLIService
The text was updated successfully, but these errors were encountered: