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
Posted liuys635
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于HUE配置HBase的主要内容,如果未能解决你的问题,请参考以下文章
cdh版本的hue安装配置部署以及集成hadoop hbase hive mysql等权威指南
hue集成hbase出现TSocket read 0 bytes
Apache的HBase与cdh的hue集成(不建议不同版本之间的集成)