HUE配置HBase

 

HBase的配置

修改配置hue.ini的配置文件

[hbase]
hbase_clusters=(Cluster|node1:9090)
hbase_conf_dir=/usr/hbase-0.98.12.1-hadoop2/conf

Cluster Hue展现的名字

node1:9090 hbase启动的thrift主机及端口

需要启动hdfs和hbase,然后再启动thrift

hbase-daemon.sh start thrift

重新启动Hue,访问Web

原文地址:https://www.cnblogs.com/liuys635/p/11407592.html