<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Error when Exporting Results in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46307#M43404</link>
    <description>&lt;P&gt;Its over 70MB&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2016 21:09:00 GMT</pubDate>
    <dc:creator>krishnat</dc:creator>
    <dc:date>2016-10-14T21:09:00Z</dc:date>
    <item>
      <title>Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46247#M43402</link>
      <description>&lt;P&gt;We are running a big query on Impala Tables. Once the results appear, when we try to export the results to CSV, we get the following error page. Any ideas, on what could be wrong here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using CDH 5.7.2 - Impala, Spark on YARN, HUE along with HDFS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py", line 1215, in communicate
    req.respond()
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py", line 576, in respond
    self._respond()
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py", line 590, in _respond
    for chunk in response:
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/utils/six.py", line 535, in next
    return type(self).__next__(self)
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/http/response.py", line 292, in __next__
    return self.make_bytes(next(self._iterator))
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/desktop/core/src/desktop/lib/export_csvxls.py", line 86, in create_generator
    for headers, data in content_generator:
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/apps/beeswax/src/beeswax/data_export.py", line 71, in HS2DataAdapter
    results = db.fetch(handle, start_over=start_over, rows=FETCH_SIZE)
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/apps/beeswax/src/beeswax/server/dbms.py", line 282, in fetch
    return self.client.fetch(query_handle, start_over, rows)
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/apps/beeswax/src/beeswax/server/hive_server2_lib.py", line 1035, in fetch
    data_table = self._client.fetch_data(operationHandle, orientation=orientation, max_rows=max_rows)
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/apps/beeswax/src/beeswax/server/hive_server2_lib.py", line 786, in fetch_data
    results, schema = self.fetch_result(operation_handle, orientation, max_rows)
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/apps/beeswax/src/beeswax/server/hive_server2_lib.py", line 819, in fetch_result
    schema = self.call(self._client.GetResultSetMetadata, meta_req)
  File "/opt/cloudera/parcels/CDH-5.7.2-1.cdh5.7.2.p0.18/lib/hue/apps/beeswax/src/beeswax/server/hive_server2_lib.py", line 642, in call
    raise QueryServerException(Exception('Bad status for request %s:\n%s' % (req, res)), message=message)
QueryServerException: Bad status for request TGetResultSetMetadataReq(operationHandle=TOperationHandle(hasResultSet=True, modifiedRowCount=None, operationType=0, operationId=THandleIdentifier(secret='\n%?\xfe\x0f\x0eFR\x88T\x16iM\xe2(\x03', guid='\n%?\xfe\x0f\x0eFR\x88T\x16iM\xe2(\x03'))):
TGetResultSetMetadataResp(status=TStatus(errorCode=None, errorMessage='Invalid query handle', sqlState='HY000', infoMessages=None, statusCode=3), schema=None)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:48:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46247#M43402</guid>
      <dc:creator>krishnat</dc:creator>
      <dc:date>2026-04-21T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46305#M43403</link>
      <description>How large is the result?&lt;BR /&gt;&lt;BR /&gt;More than few MB can error currently:&lt;BR /&gt;&lt;A href="https://issues.cloudera.org/browse/HUE-2142" target="_blank"&gt;https://issues.cloudera.org/browse/HUE-2142&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2016 21:07:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46305#M43403</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2016-10-14T21:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46307#M43404</link>
      <description>&lt;P&gt;Its over 70MB&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 21:09:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46307#M43404</guid>
      <dc:creator>krishnat</dc:creator>
      <dc:date>2016-10-14T21:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46530#M43405</link>
      <description>Yes, more than 25MB can take a while currently and eventually fail&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:17:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46530#M43405</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2016-10-21T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46549#M43406</link>
      <description>&lt;P&gt;It would be great if JDBC connection to a Kerberosed Cluster worked. I opened a seperate ticket on that, lets see where that goes.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 14:33:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46549#M43406</guid>
      <dc:creator>krishnat</dc:creator>
      <dc:date>2016-10-21T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46587#M43407</link>
      <description>We can follow-up on the ticket, we would love some help on the JDBC&lt;BR /&gt;connector!&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:44:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46587#M43407</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2016-10-24T08:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Exporting Results</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46598#M43408</link>
      <description>JDBC Kerberos Ticket. Let me know, if you have any insight&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/impala-kerberosed-jdbc-connection-from-SQL-Workbench-on-Windows/m-p/46415#M2142" target="_blank"&gt;http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/impala-kerberosed-jdbc-connection-from-SQL-Workbench-on-Windows/m-p/46415#M2142&lt;/A&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:49:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-when-Exporting-Results/m-p/46598#M43408</guid>
      <dc:creator>krishnat</dc:creator>
      <dc:date>2016-10-24T12:49:47Z</dc:date>
    </item>
  </channel>
</rss>

