oozie调用spark有三样是必须有的: workflow.xml(不可改名) , job.properties(可改名) , jar包(自备).
1.workflow.xml
workflow.xml需要放到hdfs中
2.job.properties
job.properties放在本地目录中即可.
3.运行: oozie job -config job.properties -run -oozie http://地址:11000/oozie
时间: 2024-10-03 07:40:04