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