黑猴子的家:Hue 与 Oozie 集成

1、配置hue.ini

文件位置:/opt/module/cdh/hue-3.7.0-cdh5.3.6/desktop/conf/hue.ini
找到[liboozie]标签以及[oozie]标签涉及修改如下

[root@node1 conf]$ vim hue.ini

[liboozie]
oozie_url=http://hadoop102:11000/oozie
remote_deployement_dir=/opt/module/oozie-apps

[oozie]
local_data_dir=/opt/module/cdh/oozie-4.0.0-cdh5.3.6/examples
sample_data_dir=/opt/module/cdh/oozie-4.0.0-cdh5.3.6/oozie-apps
remote_data_dir=/opt/module/oozie-apps
enable_cron_scheduling=true

2、启动Oozie相关服务

[root@node1 oozie]$ bin/oozied.sh start

3、重启HUE测试

[root@node1 hue]$ build/env/bin/supervisor

如果提示无法关联oozie的share/lib,请使用hdfs命令创建该目录即可

[root@node1 hadoop]$ bin/hdfs dfs -mkdir -p /user/oozie/share/lib

你可能感兴趣的:(黑猴子的家:Hue 与 Oozie 集成)