You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Jan Filipiak (Jira)" <ji...@apache.org> on 2021/10/28 08:53:00 UTC

[jira] [Updated] (OOZIE-3641) preserve schema order in during SchemaService::loadSchema to allow dependencies across schemas

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

Jan Filipiak updated OOZIE-3641:
--------------------------------
    Affects Version/s: 5.2.1

> preserve schema order in during SchemaService::loadSchema to allow dependencies across schemas
> ----------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3641
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3641
>             Project: Oozie
>          Issue Type: Improvement
>    Affects Versions: 5.2.1
>            Reporter: Jan Filipiak
>            Priority: Trivial
>
> Schemas loaded by the schema services are taken from the configuration and then placed into a HashSet before passing them to the schemaFactory. This might cause schemas with dependencies between each other not to be loaded in the correct order and prevents start from the oozie server
>  
> https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/service/SchemaService.java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)