You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Attila Sasvari (JIRA)" <ji...@apache.org> on 2017/08/14 12:30:00 UTC

[jira] [Updated] (OOZIE-3033) Extract workflow action XML schemas to separate xsd-s

     [ https://issues.apache.org/jira/browse/OOZIE-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Sasvari updated OOZIE-3033:
----------------------------------
    Affects Version/s: 5.0.0

> 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
>    Affects Versions: 5.0.0
>            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)