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:52:00 UTC

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

Jan Filipiak created OOZIE-3641:
-----------------------------------

             Summary: 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
            Reporter: Jan Filipiak


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)