【大数据笔记】--Hui无法连接Hbase (Cloudera默认安装)

错误提示:

在通过Hui使用Hbase时,提示如下错误

hbase Api Error: Could not connect to localhost:9090

具体原因:

The HBase Browser application依赖HBase Thrift server,但是CDH并没有默认的启用Thrift Server role

解决办法:

一句话描述:在Hui所对应的节点上,启用Thrift Server role

具体步骤:

  • 选择HbaseService,选择Instances 标签,点击Add.



 

  • 在接下来的页面中选择激活一个Thrift Server role, 如果你选择激活的节点和Hui所在的节点不一致,你还需要配置Hui. 如何配置,请自行参考最后的链接.


 

  https://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/latest/Cloudera-Manager-Managing-Clusters/cmmc_hue_apps.html

To configure Hue for the HBase Browser:

猜你喜欢

转载自flyfoxs.iteye.com/blog/2104429