<?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 Hue 3.8.1 throws an error when running SQL against Howrtonworks 2.2.4 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/33101#M8987</link>
    <description>&lt;P&gt;&lt;SPAN&gt;When running SQL statements through Hue against one of our Hadoop clusters running Hortonworks 2.2.4.2-2, we keep getting the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fetching results ran into the following error(s):&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P class="queryErrorMessage"&gt;Couldn't find log associated with operation handle: OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier()=40fad20f-8413-4bd1-b6c8-9f0e858e3262]&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;The query log shows the following:&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;Bad status for request TFetchResultsReq(fetchType=1, operationHandle=TOperationHandle(hasResultSet=True, modifiedRowCount=None,&lt;BR /&gt;operationType=0, operationId=THandleIdentifier(secret='\xdf\xb6\xb0\xdeM\xdfH~\x88bu]w\x96Q\xae', guid='@\xfa\xd2\x0f\x84\x13K\xd1\xb6\xc8\x9f\x0e\x85\x8e2b')),&lt;BR /&gt;orientation=4, maxRows=-1):&lt;BR /&gt;TFetchResultsResp(status=TStatus(errorCode=0, errorMessage="Couldn't find log associated with operation handle:&lt;BR /&gt;OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier()=40fad20f-8413-4bd1-b6c8-9f0e858e3262]", sqlState=None,&lt;BR /&gt;infoMessages=["*org.apache.hive.service.cli.HiveSQLException:Couldn't find log associated with operation handle:&lt;BR /&gt;OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier()=40fad20f-8413-4bd1-b6c8-9f0e858e3262]:45:44",&lt;BR /&gt;'org.apache.hive.service.cli.operation.OperationManager:getOperationLogRowSet:OperationManager.java:257',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionImpl:fetchResults:HiveSessionImpl.java:656',&lt;BR /&gt;'sun.reflect.NativeMethodAccessorImpl:invoke0:NativeMethodAccessorImpl.java:-2', 'sun.reflect.NativeMethodAccessorImpl:invoke:NativeMethodAccessorImpl.java:57',&lt;BR /&gt;'sun.reflect.DelegatingMethodAccessorImpl:invoke:DelegatingMethodAccessorImpl.java:43', 'java.lang.reflect.Method:invoke:Method.java:606',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy:invoke:HiveSessionProxy.java:79',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy:access$000:HiveSessionProxy.java:37',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy$1:run:HiveSessionProxy.java:64',&lt;BR /&gt;'java.security.AccessController:doPrivileged:AccessController.java:-2', 'javax.security.auth.Subject:doAs:Subject.java:415',&lt;BR /&gt;'org.apache.hadoop.security.UserGroupInformation:doAs:UserGroupInformation.java:1628',&lt;BR /&gt;'org.apache.hadoop.hive.shims.HadoopShimsSecure:doAs:HadoopShimsSecure.java:536',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy:invoke:HiveSessionProxy.java:60',&lt;BR /&gt;'com.sun.proxy.$Proxy25:fetchResults::-1', 'org.apache.hive.service.cli.CLIService:fetchResults:CLIService.java:450',&lt;BR /&gt;'org.apache.hive.service.cli.thrift.ThriftCLIService:FetchResults:ThriftCLIService.java:587',&lt;BR /&gt;'org.apache.hive.service.cli.thrift.TCLIService$Processor$FetchResults:getResult:TCLIService.java:1553',&lt;BR /&gt;'org.apache.hive.service.cli.thrift.TCLIService$Processor$FetchResults:getResult:TCLIService.java:1538',&lt;BR /&gt;'org.apache.thrift.ProcessFunction:process:ProcessFunction.java:39', 'org.apache.thrift.TBaseProcessor:process:TBaseProcessor.java:39',&lt;BR /&gt;'org.apache.thrift.server.TServlet:doPost:TServlet.java:83', 'org.apache.hive.service.cli.thrift.ThriftHttpServlet:doPost:ThriftHttpServlet.java:101',&lt;BR /&gt;'javax.servlet.http.HttpServlet:service:HttpServlet.java:727', 'javax.servlet.http.HttpServlet:service:HttpServlet.java:820',&lt;BR /&gt;'org.eclipse.jetty.servlet.ServletHolder:handle:ServletHolder.java:565', 'org.eclipse.jetty.servlet.ServletHandler:doHandle:ServletHandler.java:479',&lt;BR /&gt;'org.eclipse.jetty.server.session.SessionHandler:doHandle:SessionHandler.java:225', 'org.eclipse.jetty.server.handler.ContextHandler:doHandle:ContextHandler.java:1031',&lt;BR /&gt;'org.eclipse.jetty.servlet.ServletHandler:doScope:ServletHandler.java:406', 'org.eclipse.jetty.server.session.SessionHandler:doScope:SessionHandler.java:186',&lt;BR /&gt;'org.eclipse.jetty.server.handler.ContextHandler:doScope:ContextHandler.java:965', 'org.eclipse.jetty.server.handler.ScopedHandler:handle:ScopedHandler.java:117',&lt;BR /&gt;'org.eclipse.jetty.server.handler.HandlerWrapper:handle:HandlerWrapper.java:111', 'org.eclipse.jetty.server.Server:handle:Server.java:349',&lt;BR /&gt;'org.eclipse.jetty.server.AbstractHttpConnection:handleRequest:AbstractHttpConnection.java:449',&lt;BR /&gt;'org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler:content:AbstractHttpConnection.java:925',&lt;BR /&gt;'org.eclipse.jetty.http.HttpParser:parseNext:HttpParser.java:857', 'org.eclipse.jetty.http.HttpParser:parseAvailable:HttpParser.java:235',&lt;BR /&gt;'org.eclipse.jetty.server.AsyncHttpConnection:handle:AsyncHttpConnection.java:76', 'org.eclipse.jetty.io.nio.SelectChannelEndPoint:handle:SelectChannelEndPoint.java:609',&lt;BR /&gt;'org.eclipse.jetty.io.nio.SelectChannelEndPoint$1:run:SelectChannelEndPoint.java:45', 'java.util.concurrent.ThreadPoolExecutor:runWorker:ThreadPoolExecutor.java:1145',&lt;BR /&gt;'java.util.concurrent.ThreadPoolExecutor$Worker:run:ThreadPoolExecutor.java:615', 'java.lang.Thread:run:Thread.java:745'],&lt;BR /&gt;statusCode=3), results=None, hasMoreRows=None&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;It's interesting to notice that the same SELECT statements run fine when the tables are browsed using the Metastore Manager. I also want to point out that our cluster is using transport mode for Hive set to HTTP (instead of BINARY). That was one of the resons why we switched from Hue 3.7.1 to 3.8.1 as we found some info that stated support for HTTP transport mode was not available at 3.7.1.&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 21 Apr 2026 13:56:51 GMT</pubDate>
    <dc:creator>MC</dc:creator>
    <dc:date>2026-04-21T13:56:51Z</dc:date>
    <item>
      <title>Hue 3.8.1 throws an error when running SQL against Howrtonworks 2.2.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/33101#M8987</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When running SQL statements through Hue against one of our Hadoop clusters running Hortonworks 2.2.4.2-2, we keep getting the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fetching results ran into the following error(s):&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P class="queryErrorMessage"&gt;Couldn't find log associated with operation handle: OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier()=40fad20f-8413-4bd1-b6c8-9f0e858e3262]&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;The query log shows the following:&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;Bad status for request TFetchResultsReq(fetchType=1, operationHandle=TOperationHandle(hasResultSet=True, modifiedRowCount=None,&lt;BR /&gt;operationType=0, operationId=THandleIdentifier(secret='\xdf\xb6\xb0\xdeM\xdfH~\x88bu]w\x96Q\xae', guid='@\xfa\xd2\x0f\x84\x13K\xd1\xb6\xc8\x9f\x0e\x85\x8e2b')),&lt;BR /&gt;orientation=4, maxRows=-1):&lt;BR /&gt;TFetchResultsResp(status=TStatus(errorCode=0, errorMessage="Couldn't find log associated with operation handle:&lt;BR /&gt;OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier()=40fad20f-8413-4bd1-b6c8-9f0e858e3262]", sqlState=None,&lt;BR /&gt;infoMessages=["*org.apache.hive.service.cli.HiveSQLException:Couldn't find log associated with operation handle:&lt;BR /&gt;OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier()=40fad20f-8413-4bd1-b6c8-9f0e858e3262]:45:44",&lt;BR /&gt;'org.apache.hive.service.cli.operation.OperationManager:getOperationLogRowSet:OperationManager.java:257',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionImpl:fetchResults:HiveSessionImpl.java:656',&lt;BR /&gt;'sun.reflect.NativeMethodAccessorImpl:invoke0:NativeMethodAccessorImpl.java:-2', 'sun.reflect.NativeMethodAccessorImpl:invoke:NativeMethodAccessorImpl.java:57',&lt;BR /&gt;'sun.reflect.DelegatingMethodAccessorImpl:invoke:DelegatingMethodAccessorImpl.java:43', 'java.lang.reflect.Method:invoke:Method.java:606',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy:invoke:HiveSessionProxy.java:79',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy:access$000:HiveSessionProxy.java:37',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy$1:run:HiveSessionProxy.java:64',&lt;BR /&gt;'java.security.AccessController:doPrivileged:AccessController.java:-2', 'javax.security.auth.Subject:doAs:Subject.java:415',&lt;BR /&gt;'org.apache.hadoop.security.UserGroupInformation:doAs:UserGroupInformation.java:1628',&lt;BR /&gt;'org.apache.hadoop.hive.shims.HadoopShimsSecure:doAs:HadoopShimsSecure.java:536',&lt;BR /&gt;'org.apache.hive.service.cli.session.HiveSessionProxy:invoke:HiveSessionProxy.java:60',&lt;BR /&gt;'com.sun.proxy.$Proxy25:fetchResults::-1', 'org.apache.hive.service.cli.CLIService:fetchResults:CLIService.java:450',&lt;BR /&gt;'org.apache.hive.service.cli.thrift.ThriftCLIService:FetchResults:ThriftCLIService.java:587',&lt;BR /&gt;'org.apache.hive.service.cli.thrift.TCLIService$Processor$FetchResults:getResult:TCLIService.java:1553',&lt;BR /&gt;'org.apache.hive.service.cli.thrift.TCLIService$Processor$FetchResults:getResult:TCLIService.java:1538',&lt;BR /&gt;'org.apache.thrift.ProcessFunction:process:ProcessFunction.java:39', 'org.apache.thrift.TBaseProcessor:process:TBaseProcessor.java:39',&lt;BR /&gt;'org.apache.thrift.server.TServlet:doPost:TServlet.java:83', 'org.apache.hive.service.cli.thrift.ThriftHttpServlet:doPost:ThriftHttpServlet.java:101',&lt;BR /&gt;'javax.servlet.http.HttpServlet:service:HttpServlet.java:727', 'javax.servlet.http.HttpServlet:service:HttpServlet.java:820',&lt;BR /&gt;'org.eclipse.jetty.servlet.ServletHolder:handle:ServletHolder.java:565', 'org.eclipse.jetty.servlet.ServletHandler:doHandle:ServletHandler.java:479',&lt;BR /&gt;'org.eclipse.jetty.server.session.SessionHandler:doHandle:SessionHandler.java:225', 'org.eclipse.jetty.server.handler.ContextHandler:doHandle:ContextHandler.java:1031',&lt;BR /&gt;'org.eclipse.jetty.servlet.ServletHandler:doScope:ServletHandler.java:406', 'org.eclipse.jetty.server.session.SessionHandler:doScope:SessionHandler.java:186',&lt;BR /&gt;'org.eclipse.jetty.server.handler.ContextHandler:doScope:ContextHandler.java:965', 'org.eclipse.jetty.server.handler.ScopedHandler:handle:ScopedHandler.java:117',&lt;BR /&gt;'org.eclipse.jetty.server.handler.HandlerWrapper:handle:HandlerWrapper.java:111', 'org.eclipse.jetty.server.Server:handle:Server.java:349',&lt;BR /&gt;'org.eclipse.jetty.server.AbstractHttpConnection:handleRequest:AbstractHttpConnection.java:449',&lt;BR /&gt;'org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler:content:AbstractHttpConnection.java:925',&lt;BR /&gt;'org.eclipse.jetty.http.HttpParser:parseNext:HttpParser.java:857', 'org.eclipse.jetty.http.HttpParser:parseAvailable:HttpParser.java:235',&lt;BR /&gt;'org.eclipse.jetty.server.AsyncHttpConnection:handle:AsyncHttpConnection.java:76', 'org.eclipse.jetty.io.nio.SelectChannelEndPoint:handle:SelectChannelEndPoint.java:609',&lt;BR /&gt;'org.eclipse.jetty.io.nio.SelectChannelEndPoint$1:run:SelectChannelEndPoint.java:45', 'java.util.concurrent.ThreadPoolExecutor:runWorker:ThreadPoolExecutor.java:1145',&lt;BR /&gt;'java.util.concurrent.ThreadPoolExecutor$Worker:run:ThreadPoolExecutor.java:615', 'java.lang.Thread:run:Thread.java:745'],&lt;BR /&gt;statusCode=3), results=None, hasMoreRows=None&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;It's interesting to notice that the same SELECT statements run fine when the tables are browsed using the Metastore Manager. I also want to point out that our cluster is using transport mode for Hive set to HTTP (instead of BINARY). That was one of the resons why we switched from Hue 3.7.1 to 3.8.1 as we found some info that stated support for HTTP transport mode was not available at 3.7.1.&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P class="queryErrorMessage"&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:56:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/33101#M8987</guid>
      <dc:creator>MC</dc:creator>
      <dc:date>2026-04-21T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hue 3.8.1 throws an error when running SQL against Howrtonworks 2.2.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/33106#M8988</link>
      <description>&lt;P&gt;Solved. According to this &lt;A href="http://hortonworks.com/community/forums/topic/hue-3-8-execute-hive-query-error-for-hdp-2-2/" target="_blank"&gt;link&lt;/A&gt;, the temporary workaround is to specify&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;use_get_log_api=true&lt;/FONT&gt;&lt;/STRONG&gt; in the &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;beeswax&lt;/FONT&gt; &lt;/STRONG&gt;section of the &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;hue.ini&lt;/FONT&gt;&lt;/STRONG&gt; configuration file.&amp;nbsp;The “Server does not support GetLog()” error will still show, but the SQL statement will be executed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:14:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/33106#M8988</guid>
      <dc:creator>MC</dc:creator>
      <dc:date>2015-10-19T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hue 3.8.1 throws an error when running SQL against Howrtonworks 2.2.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/55992#M8989</link>
      <description>&lt;P&gt;Set use_get_log_api=true in the beeswax section of the hue.ini configuration file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After change the hue.ini file run below commands to restart the hive server, I will not work otherwise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo service hive-server2 stop&lt;BR /&gt;sudo service hue stop&lt;BR /&gt;sudo service hive-server2 start&lt;BR /&gt;sudo service hue start&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 07:43:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-8-1-throws-an-error-when-running-SQL-against/m-p/55992#M8989</guid>
      <dc:creator>Manjeev</dc:creator>
      <dc:date>2017-06-16T07:43:00Z</dc:date>
    </item>
  </channel>
</rss>

