您的位置:首页 > 产品设计 > UI/UE

Oozie中Hive action配置时的注意事项

2015-12-21 17:36 429 查看

需求

将hive中表的数据导出到HDFS上.

思路

hive中语句测试

oozie配置文件并测试

注意:将hive配置文件COPY到目录下。

编辑job.properties

nameNode=hdfs://localhost:8020
jobTracker=localhost:8021
queueName=default
examplesRoot=examples

oozie.use.system.libpath=true

oozie.wf.application.path=${nameNode}/user/${user.name}/${examplesRoot}/oozieapps/hive


编辑workflow.xml

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Oozie Hue oozie-hive