1. 程式人生 > >hue集成hbase出現TSocket read 0 bytes

hue集成hbase出現TSocket read 0 bytes

cor hdfs bytes hba sin hdf 集成 name 啟動

解決辦法:修改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