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]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Error in HUE server (Hue™ 4.3.0 - cdh6.1.0)

avatar
Contributor

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 AMERRORdecorators
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
1 ACCEPTED SOLUTION

avatar
Super Guru

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.

View solution in original post

2 REPLIES 2

avatar
Super Guru

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.

avatar
Contributor
Thanks for prompt answer!