Hue安装
关于Hue的编译和安装详见我的另一片博客:https://blog.youkuaiyun.com/DataIntel_XiAn/article/details/103543368
配置Hue
[hbase]
hbase_clusters=(Cluster|hadoop:9090)
hbase_conf_dir=/home/hadoop/hbase/conf
启动测试
首先应保证thrift服务启动(hbase-daemon.sh start thrift),查看HBase数据发现连接超时,原因不知,参考
hbase.regionserver.thrift.framedDescription
Use Thrift TFramedTransport on the server side. This is the recommended transport for thrift servers and requires a similar setting on the client side. Changing this to false will select the default transport, vulnerable to DoS when malformed requests are issued due to THRIFT-601.
Default
false
后来查看官网发现默认的<hbase.regionserver.thrift.framed>参数是false所以需要对hbase-site.xml进行配置

本文介绍了如何将Hue与HBase整合。首先详细讲述了Hue的安装过程,然后重点讨论了配置Hue的步骤,特别是在遇到HBase连接超时问题时,需要确保Thrift服务已启动,并通过修改<hbase.regionserver.thrift.framed>参数为true来解决这个问题。最后,文章提到了启动和测试整合设置的流程。
715

被折叠的 条评论
为什么被折叠?



