hue集成hbase出现TSocket read 0 bytes

时间:2018-04-14 10:09:50   收藏:0   阅读:830

解决办法:修改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即可

 

 

 

原文:https://www.cnblogs.com/justinyang/p/8728630.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!