1、修改hue.ini配置
文件位置:/opt/module/cdh/hue-3.7.0-cdh5.3.6/desktop/conf/hue.ini
找到[hbase]标签,涉及修改内容如下
[root@node1 conf]$ vim hue.ini
[hbase]
hbase_clusters=(Cluster|hadoop102:9090)
hbase_conf_dir=/opt/module/cdh/hbase-0.98.6-cdh5.3.6/conf
2、启动HBase的thrift服务
[root@node1 hbase]$ bin/hbase-daemon.sh start thrift
3、重启HUE进行测试
[root@node1 hue]$ build/env/bin/supervisor