justinyang

hue集成hbase出现TSocket read 0 bytes

2018-04-14 09:37 by 不努力就不行, ... 阅读, ... 评论, 收藏, 编辑

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

 

 

 

相关文章:

  • 2022-03-11
  • 2022-03-05
  • 2021-12-21
  • 2022-12-23
  • 2021-05-09
  • 2017-12-01
  • 2021-11-11
  • 2021-10-01
猜你喜欢
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-10-29
  • 2021-12-15
  • 2022-03-01
相关资源
相似解决方案