我对这个oozie很陌生,我不知道该怎么做。我正在triying运行默认实例在Oozie的蜂巢操作文件...如何为oozie工作流程配置job.properties
这是我Job.properties文件
nameNode=hdfs://localhost:8020
jobTracker=localhost:8021
queueName=default
examplesRoot=exampless
oozie.libpath=/user/${user.name}/${examplesRoot}/apps/examples-lib
oozie.wf.application.path=/practical/examples/apps/hive
注意:/ practical/examples/apps /将hdfs的路径配置为包含workflow.xml文件
我收到此错误:
Error: E0504 : E0504: Workflow app directory [/practical/examples/apps/hive] does not exist (but im having workflow.xml file in that path)