hue集成hbase出现TSocket read 0 bytes

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hue集成hbase出现TSocket read 0 bytes相关的知识,希望对你有一定的参考价值。

解决办法:修改hbase的配置文件 添加以下配置

https://stackoverflow.com/questions/20415493/api-error-tsocket-read-0-bytes-when-using-hue-with-hbase

Add this to your hbase "core-site.conf":

<property>
  <name>hbase.thrift.support.proxyuser</name>
  <value>true</value>
</property>

<property>
  <name>hbase.regionserver.thrift.http</name>
  <value>true</value>
</property>

然后重启hbase

接着重启hue发现新错误

然后将hadoop配置文件中的core-site.xml改成

接着重新启动hdfs hbase以及hue即可

 

 

 

以上是关于hue集成hbase出现TSocket read 0 bytes的主要内容,如果未能解决你的问题,请参考以下文章

Apache的HBase与cdh的hue集成(不建议不同版本之间的集成)

hue集成hbase

在Kerberos环境下Hue与HBase集成

cdh版本的hue安装配置部署以及集成hadoop hbase hive mysql等权威指南

新闻实时分析系统Hive与HBase集成进行数据分析 Cloudera HUE大数据可视化分析

hbase 表的设计与其它大数据框架的集成