Attila Sasvari created OOZIE-3033:
-------------------------------------
Summary: Extract workflow action XML schemas to separate xsd-s
Key: OOZIE-3033
URL: https://issues.apache.org/jira/browse/OOZIE-3033
Project: Oozie
Issue Type: Bug
Reporter: Attila Sasvari
{{oozie-workflow-0.5.xsd}} contains complex type definitions of many actions:
{code}
<xs:element name="map-reduce" type="workflow:MAP-REDUCE"/>
<xs:element name="pig" type="workflow:PIG"/>
<xs:element name="sub-workflow" type="workflow:SUB-WORKFLOW"/>
<xs:element name="fs" type="workflow:FS"/>
<xs:element name="java" type="workflow:JAVA"/>
{code}
These should be extracted to separate xsd-s like hive and shell actions
({{oozie-default.xml}} is to be updated too).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)