记录安装HUE

记录

cd /opt/module/hue-master
export PYTHON_VER=python3.8
export ROOT=/opt/module/hue-master
PREFIX=/opt/module/hueMaster make install

最后的成功界面

cd /opt/module/hueMaster/hue
./build/env/bin/hue runserver

运行后,http://localhost:8000(本机访问) 即可出现界面,第一次登录需要创建账号密码(超级管理员)

 也可以指定主机端口 ,方便非本机的其他机器访问

./build/env/bin/hue runserver hadoop102:8000

 接下来就是要配置各种

配置clickhouse时容易踩坑 ,https://blog.csdn.net/weixin_41900803/article/details/111165518

posted on 2025-02-18 13:29  ifiwereaboy  阅读(9)  评论(0)    收藏  举报