Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
org.apache.oozie.util.ParameterVerifier 警告“应用程序未在其 XML 定义中定义形式参数”的含义是什么?
这是因为您的 workflow.xml 或 coordinator.xml 不包含“参数”的子节点。
此检查的 Oozie 代码可在此处找到。
您可以在此处找到示例(第二个代码部分)。
注意:这似乎是一个良性警告......除非这些参数是其他东西所必需的。