HUE(开源 Hadoop UI系统)

 

yum -y install python-devel
yum -y install libffi-devel
yum -y install gcc gcc-c++ kernel-devel
yum -y install gcc openssl-devel
yum -y install libxslt-devel
yum -y install mysql-server mysql mysql-devel   ==(安装mysql数据库、mysql客户端、mysql-devel库)
yum -y install gmp-devel  == (安装高精度数学库)
yum -y install sqlite-devel
yum -y install openldap-devel

 

 

 

配置:

 

【Hadoop】

 

Hue安装依赖

 

 

【Zookeeper】

 

 

Hue安装依赖

 

 

【HBase】

 

Hue安装依赖

 

 

【Pig】

 

Hue安装依赖

 

........etc

 

 

启动:

 

Hue安装依赖

 

 

[[email protected] hue-3.12.0]# ./build/env/bin/hue runserver 192.168.142.144:8082

 


Hue安装依赖

 

 

浏览器访问地址:http://192.168.142.144:8082

 

 

Hue安装依赖

 

 

 

我的Username:hue

我的Password:123456

 

登陆后,进入Hue Web管理界面,选择HBase Browser

 

如果出现如下错误:HBase Thrift 1 server cannot be contacted:Could not connect  to m1:9090

 

Hue安装依赖

 

 

注:由于Hue依赖的都是Python的一套东西,而HBase提供给Python接口是以Thirft服务发布出去的,因此,启动HBase集群的时候,也应该启动HBase的Thrift服务

 

启动Thrift

 

[[email protected] hue-3.12.0]# hbase-daemon.sh start thrift

 

 

启动后,重刷页面

 

 

Hue安装依赖

 

 

 

启动HDFS管理界面

 

 

Hue安装依赖

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2021-10-25
  • 2021-08-15
  • 2022-02-09
  • 2021-06-14
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案