Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: CDH 5.7.0
-
Fix Version/s: None
-
Component/s: Oozie
-
Labels:
-
Environment:CentOS release 6.7 (Final)
Description
On Oozie v4.1.0, I created coordinator.xml file as below:
https://gist.github.com/jmsktm/3c5f98c1aaf3e90ee35a42afe4021b1a
It validates well against the xsd (https://github.com/apache/oozie/blob/master/client/src/main/resources/oozie-coordinator-0.4.xsd).
However, running 'oozie validate coordinator.xml' gives me the below error:
Error: E0701: XML schema error, /home/cloudera/HadoopExam/test_74/coordinator.xml, org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 160; cvc-elt.1: Cannot find the declaration of element 'coordinator-app'.
Is it a bug? Or does the command 'oozie validate <filename>' do more than just validation against the xsd?