Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
04-05-2019
02:27 AM
- last edited on
04-21-2026
04:37 AM
by
GrazittiAPI
Hi, I foun this error in HUE server each time I pick a query from query history in Hive Editor. Only if the query has NOT expired...
Any idea, suggestion?
| 11:17:02 AM | ERROR | decorators | Error running fetch_result_size
Traceback (most recent call last):
File "/opt/cloudera/parcels/CDH-6.1.0-1.cdh6.1.0.p0.770702/lib/hue/desktop/libs/notebook/src/notebook/decorators.py", line 97, in decorator
return func(*args, **kwargs)
File "/opt/cloudera/parcels/CDH-6.1.0-1.cdh6.1.0.p0.770702/lib/hue/desktop/libs/notebook/src/notebook/api.py", line 264, in fetch_result_size
response['result'] = get_api(request, snippet).fetch_result_size(notebook, snippet)
File "/opt/cloudera/parcels/CDH-6.1.0-1.cdh6.1.0.p0.770702/lib/hue/desktop/libs/notebook/src/notebook/connectors/hiveserver2.py", line 82, in decorator
return func(*args, **kwargs)
File "/opt/cloudera/parcels/CDH-6.1.0-1.cdh6.1.0.p0.770702/lib/hue/desktop/libs/notebook/src/notebook/connectors/hiveserver2.py", line 329, in fetch_result_size
raise QueryError(_('Result status is not available'))
QueryError |
Created 04-05-2019 07:00 AM
Until https://issues.cloudera.org/browse/HUE-8787, the query results are only available until the next one is executed. Results can be exported or downloaded in the meantime.
Created 04-05-2019 07:00 AM
Until https://issues.cloudera.org/browse/HUE-8787, the query results are only available until the next one is executed. Results can be exported or downloaded in the meantime.
Created 04-05-2019 07:11 AM