Created on 04-05-2019 02:27 AM - edited 09-16-2022 07:17 AM
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