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)