Hue 的配置

Hue 的配置

常见问题

Hue 无法访问 HBase

Hue 访问 HBase 异常 TSocket read 0 bytes

此问题需要修改 HBase 的配置项

  • 进入 HBase 配置页
  • 筛选 HBase Thrift Server 服务
  • 关闭 hbase.regionserver.thrift.compacthbase.regionserver.thrift.framed
  • 搜索 xml
  • 新增如下配置项
1
2
3
4
<property>
<name>hbase.table.sanity.checks</name>
<value>false</value>
</property>
  • 重新启动服务

Hue 的配置
https://wangqian0306.github.io/2020/hue/
作者
WangQian
发布于
2020年12月3日
许可协议