Oozie无法找到工作流文件

时间:2016-10-24 15:50:41

标签: hdfs oozie

文件存在于HDFS中:

hdfs dfs -ls hdfs://nameservice/user/user123/workflow.xml


-rw-r--r--   3 user123 user123        662 2016-10-24 11:25 hdfs://nameservice/user/user123/workflow.xml

尝试使用oozie:

oozie validate hdfs://nameservice/user/user123/workflow.xml
oozie无法找到它:

App definition [File does not exist, hdfs://nameservice/user/user123/workflow.xml] does not exist

如果我尝试使用oozie run提交工作流程,则会出现相同的错误。

有哪些可能的原因/事情要检查?

1 个答案:

答案 0 :(得分:0)

您需要提供本地文件系统路径而不是HDFS位置。这是客户端验证。

oozie validate <ARGS> : validate a workflow XML file