文章目录
修改hue配置文件hue.ini
[liboozie]
# The URL where the Oozie service runs on. This is required in order for
# users to submit jobs. Empty value disables the config check.
oozie_url=http://node-1:11000/oozie
# Requires FQDN in oozie_url if enabled
## security_enabled=false
# Location on HDFS where the workflows/coordinator are deployed when submitted.
remote_deployement_dir=/user/root/oozie_works
[oozie]
# Location on local FS where the examples are stored.
# local_data_dir=/export/servers/oozie-4.1.0-cdh5.14.0/examples/apps
# Location on local FS where the data for the examples is stored.
# sample_data_dir=/export/servers/oozie-4.1.0-cdh5.14.0/examples/input-data
# Location on HDFS where the oozie examples and workflows are stored.
# Parameters are $TIME and $USER, e.g. /user/$USER/hue/workspaces/workflow-$TIME
# remote_data_dir=/user/root/oozie_works/examples/apps
# Maximum

本文介绍了如何将Hue与Oozie进行集成,包括修改hue.ini配置文件,启动hue和oozie服务,通过Hue界面配置Oozie调度,如调度shell脚本、hive脚本和MapReduce程序,并详细说明了如何设置定时调度任务,强调了时区设置的重要性。
最低0.47元/天 解锁文章
1544

被折叠的 条评论
为什么被折叠?



