<?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: Hue hbase Api Error: TSocket read 0 bytes in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23098#M3483</link>
    <description>&lt;P&gt;For above message adding the error log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out how to work around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/hbase&lt;BR /&gt;...skipping&lt;BR /&gt;[14/Dec/2014 22:50:07 -0800] views&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp; TSocket read 0 bytes (code THRIFTTRANSPORT): TTransportException('TSocket read 0 bytes',)&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/views.py", line 132, in install_examples&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hbase_setup.Command().handle_noargs()&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/management/commands/hbase_setup.py", line 43, in handle_noargs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.create_analytics_table(api, cluster_name)&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/management/commands/hbase_setup.py", line 52, in create_analytics_table&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; api.createTable(cluster_name, 'analytics_demo', [{'properties': {'name': 'hour'}}, {'properties': {'name': 'day'}}, {'properties': {'name': 'total'}}])&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/api.py", line 121, in createTable&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.createTable(tableName, [get_thrift_type('ColumnDescriptor')(**column['properties']) for column in columns])&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/desktop/core/src/desktop/lib/thrift_util.py", line 338, in wrapper&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise StructuredThriftTransportException(e, error_code=502)&lt;/P&gt;</description>
    <pubDate>Fri, 26 Dec 2014 09:18:27 GMT</pubDate>
    <dc:creator>Purna</dc:creator>
    <dc:date>2014-12-26T09:18:27Z</dc:date>
    <item>
      <title>Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21070#M3475</link>
      <description>&lt;P&gt;After enabling hbase&amp;nbsp;&lt;/P&gt;&lt;DIV class="display-name"&gt;Enable HBase Thrift Server Framed Transport&lt;/DIV&gt;&lt;DIV class="property-name"&gt;HUE connection to view Hbase tables returns&amp;nbsp;hbase Api Error: TSocket read 0 bytes&lt;/DIV&gt;&lt;DIV class="property-name"&gt;on just getting a table list&lt;/DIV&gt;&lt;DIV class="property-name"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:00:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21070#M3475</guid>
      <dc:creator>scratch28</dc:creator>
      <dc:date>2026-04-21T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21108#M3476</link>
      <description>&lt;P&gt;Solved -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cannot use Thrift2&lt;/P&gt;&lt;P&gt;Enable HBase Thrift Server Framed Transport hbase.regionserver.thrift.framed true&lt;/P&gt;&lt;P&gt;HBase Thrift Server Type hbase.regionserver.thrift.server.type must be TThreadPoolServer&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;cannot use THsHaServer or TNonblockingServer or framed transport&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:25:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21108#M3476</guid>
      <dc:creator>scratch28</dc:creator>
      <dc:date>2014-10-31T18:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21117#M3477</link>
      <description>Yes, the HBase app works with Thrift 1 only:&lt;BR /&gt;&lt;A href="http://gethue.com/the-web-ui-for-hbase-hbase-browser/" target="_blank"&gt;http://gethue.com/the-web-ui-for-hbase-hbase-browser/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Nov 2014 19:33:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21117#M3477</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-11-01T19:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21119#M3478</link>
      <description>&lt;P&gt;Any plans to move to thrift2&lt;/P&gt;&lt;P&gt;or framed transport&amp;nbsp; for large scale search&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2014 20:15:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21119#M3478</guid>
      <dc:creator>scratch28</dc:creator>
      <dc:date>2014-11-01T20:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21120#M3479</link>
      <description>We support Framed transport already, and HBase Thrift 2 is far from&lt;BR /&gt;finished/ready so there is not plan to support it yet.&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[hbase]&lt;BR /&gt;# Comma-separated list of HBase Thrift servers for clusters in the format&lt;BR /&gt;of '(name|host:port)'.&lt;BR /&gt;# Use full hostname with security.&lt;BR /&gt;## hbase_clusters=(Cluster|localhost:9090)&lt;BR /&gt;&lt;BR /&gt;# HBase configuration directory, where hbase-site.xml is located.&lt;BR /&gt;## hbase_conf_dir=/etc/hbase/conf&lt;BR /&gt;&lt;BR /&gt;# Hard limit of rows or columns per row fetched before truncating.&lt;BR /&gt;## truncate_limit = 500&lt;BR /&gt;&lt;BR /&gt;# 'buffered' is the default of the HBase Thrift Server and supports&lt;BR /&gt;security.&lt;BR /&gt;# 'framed' can be used to chunk up responses,&lt;BR /&gt;# which is useful when used in conjunction with the nonblocking server in&lt;BR /&gt;Thrift.&lt;BR /&gt;## thrift_transport=buffered&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Nov 2014 21:00:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/21120#M3479</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-11-01T21:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/22029#M3480</link>
      <description>&lt;P&gt;I am facing issue while connecting hbase through hue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Api Error: TSocket read 0 bytes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked the hbase propertyies &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Transport hbase.regionserver.thrift.framed=true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;hbase.regionserver.thrift.server.type = TThreadPoolServer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hbase is running with above configuration, but still not working,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still what need to change. to access the hbase through hue.&lt;/P&gt;&lt;P&gt;Recently we updated from cdh5.1 to 5.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After updation impala also not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 05:49:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/22029#M3480</guid>
      <dc:creator>Purna</dc:creator>
      <dc:date>2014-11-26T05:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/22913#M3481</link>
      <description>&lt;P&gt;Hi Purna,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Can you check if the Hue service is configured correctly for&amp;nbsp;HBase service/HBase Thrift server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below&amp;nbsp;is a screenshot for environment where this works.&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/781iF81E20D413FF9D59/image-size/original?v=mpbl-1&amp;amp;px=-1" title="HueHbase-config.png" alt="HueHbase-config.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2014 17:06:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/22913#M3481</guid>
      <dc:creator>skpabba</dc:creator>
      <dc:date>2014-12-19T17:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23094#M3482</link>
      <description>&lt;P&gt;Thanks for response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ya i checked in hue conf, it&amp;nbsp; is configuried&amp;nbsp;&amp;nbsp; Hbase Service with HBase only and thrift server as well and thrift server is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we need to change any thing&amp;nbsp; in hue.ini file.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2014 07:39:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23094#M3482</guid>
      <dc:creator>Purna</dc:creator>
      <dc:date>2014-12-26T07:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23098#M3483</link>
      <description>&lt;P&gt;For above message adding the error log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out how to work around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/hbase&lt;BR /&gt;...skipping&lt;BR /&gt;[14/Dec/2014 22:50:07 -0800] views&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp; TSocket read 0 bytes (code THRIFTTRANSPORT): TTransportException('TSocket read 0 bytes',)&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/views.py", line 132, in install_examples&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hbase_setup.Command().handle_noargs()&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/management/commands/hbase_setup.py", line 43, in handle_noargs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.create_analytics_table(api, cluster_name)&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/management/commands/hbase_setup.py", line 52, in create_analytics_table&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; api.createTable(cluster_name, 'analytics_demo', [{'properties': {'name': 'hour'}}, {'properties': {'name': 'day'}}, {'properties': {'name': 'total'}}])&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/api.py", line 121, in createTable&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.createTable(tableName, [get_thrift_type('ColumnDescriptor')(**column['properties']) for column in columns])&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/desktop/core/src/desktop/lib/thrift_util.py", line 338, in wrapper&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise StructuredThriftTransportException(e, error_code=502)&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2014 09:18:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23098#M3483</guid>
      <dc:creator>Purna</dc:creator>
      <dc:date>2014-12-26T09:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23100#M3484</link>
      <description>&lt;P&gt;Advance log for above error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;middleware&amp;nbsp;&amp;nbsp; INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processing exception: Api Error: TSocket read 0 bytes: Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py",&lt;BR /&gt;line 111, in get_response&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; response = callback(request, *callback_args, **callback_kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/views.py", line 77, in api_router&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return api_dump(HbaseApi().query(*url_params))&lt;BR /&gt;&amp;nbsp; File "/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/hbase/src/hbase/api.py", line 51, in query&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise PopupException(_("Api Error: %s") % e.message)&lt;BR /&gt;PopupException: Api Error: TSocket read 0 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please give a solution on above issue&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:51:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23100#M3484</guid>
      <dc:creator>Purna</dc:creator>
      <dc:date>2014-12-26T11:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23139#M3485</link>
      <description>&lt;P&gt;You do not need to add anything to hue.ini (Cloudera Manager configures this for you).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suspect some dependency is not right when you added Hue. Can you delete and add Hue service again with proper dependencies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/789iF722E426F151C6CB/image-size/original?v=mpbl-1&amp;amp;px=-1" title="AddHue.png" alt="AddHue.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 16:22:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23139#M3485</guid>
      <dc:creator>skpabba</dc:creator>
      <dc:date>2014-12-29T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23141#M3486</link>
      <description>Yes and also please share the list of instances you have in the HBase&lt;BR /&gt;service in CM.&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2014 17:05:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/23141#M3486</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-12-29T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24551#M3487</link>
      <description>&lt;P&gt;Hi Romain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I have a Cloudera manager 5.2 cluster with one namenode and three datanodes.I have encountered a similar issue &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;Api Error: TSocket read 0 bytes)&lt;/STRONG&gt; while starting hbase in hue.I have followed your blog and have made &amp;nbsp;required changes but still the issue is not resolved.I have deployed thrift instance and region server for datanode and namenode in hbase.I have tried reinstalling hue but failed. All service are working independently from command line Ex hbase shell,impala-shell etc. Could you please help me to resolve this issue.?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 10:36:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24551#M3487</guid>
      <dc:creator>onkar</dc:creator>
      <dc:date>2015-02-11T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24561#M3488</link>
      <description>&lt;P&gt;Go to the http://&amp;lt;hueserver&amp;gt;:&amp;lt;port&amp;gt;/desktop/dump_config and in the "Configuration Sections and Variables" section go to hbase and confirm that "hbase_clusters" points to the correct thrift server. If that's not correct, confirm in the Hue service-wide config that you have the Hbase service selected. If that is correct, then go to the Hbase service configuration and check to see if this property is enabled, "&lt;SPAN class="cmfParamName"&gt;Enable HBase Thrift Server Framed Transport". &amp;nbsp;If it is, try unchecking it and restarting the Hbase thrift server and see if that works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 13:45:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24561#M3488</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2015-02-11T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24564#M3489</link>
      <description>&lt;P&gt;Thank you CConner. The above solution works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ensured again that the correct Hbase Thrift server was being used. I then went to the Hbase Thrift server Configuration, unchecked the "Enable Hbase Thrift Server Framed Transport" (hbase.regionserver.thrift.framed) and restarted the Thrift server. It was only after this that the "Api socket error" on Hue disappeared and I was able to view the Hbase tables on Hue.&lt;/P&gt;&lt;P&gt;Appreciate all your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:30:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24564#M3489</guid>
      <dc:creator>YogeshSKulkarni</dc:creator>
      <dc:date>2015-02-11T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24565#M3490</link>
      <description>&lt;P&gt;Glad to hear that worked! &amp;nbsp;Hue doesn't currently support Framed Thrift to Hbase. &amp;nbsp;It's on the roadmap, but not sure when.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:34:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24565#M3490</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2015-02-11T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24566#M3491</link>
      <description>Good to know!&lt;BR /&gt;&lt;BR /&gt;'framed' should work be it would need to be set in the Hue config too:&lt;BR /&gt;&lt;BR /&gt;[hbase]&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;# 'buffered' is the default of the HBase Thrift Server and supports&lt;BR /&gt;security.&lt;BR /&gt;# 'framed' can be used to chunk up responses,&lt;BR /&gt;# which is useful when used in conjunction with the nonblocking server in&lt;BR /&gt;Thrift.&lt;BR /&gt;## thrift_transport=buffered&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:37:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24566#M3491</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2015-02-11T18:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24606#M3492</link>
      <description>&lt;P&gt;I done same changes, but still not working please let me know still need to change more.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:54:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24606#M3492</guid>
      <dc:creator>Purna</dc:creator>
      <dc:date>2015-02-12T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24609#M3493</link>
      <description>Could you share the hbase-site.xml and the hue.ini?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:55:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24609#M3493</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2015-02-12T16:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hue hbase Api Error: TSocket read 0 bytes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24656#M3494</link>
      <description>&lt;P&gt;Could you please tell me where need to attach the files. I can see there only image files there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i am copying entire files content its throwing please enter valied URI .Please let me know how share files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:04:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-hbase-Api-Error-TSocket-read-0-bytes/m-p/24656#M3494</guid>
      <dc:creator>Purna</dc:creator>
      <dc:date>2015-02-13T09:04:31Z</dc:date>
    </item>
  </channel>
</rss>

