参考大神的操作,自己搞到两点多都没解决依赖。膜拜大神
https://blog.youkuaiyun.com/lsshlsw/article/details/47865601
出现 IOError: [Errno 13] Permission denied: '/home/apps/hue-3.9.0/logs/supervisor.log'
是因为没有写日志的权限
https://community.hortonworks.com/questions/35653/permission-denied-while-starting-hue.html
hue环境搭建,融合HDFS,yarn
https://www.jianshu.com/p/87b76a686216
2: 上传sharelib 注意端口,hadoop默认是9000
bin/oozie-setup.sh sharelib create -fs hdfs://node01:9000 -locallib share.tar.gz
hue集成 ooize 遇到如下错误,记录下来
我用root用户登录的Hue 报如下错误,无法提交workflow
1:Oozie Error E0501: Could not perform authorization operation, User: root is not allowed to impersonate root
解决办法 参考 stackoverflow