Andras Salamon created OOZIE-3415:
-------------------------------------
Summary: oozie.libpath cannot be used together with
oozie.coord.application.path and oozie.bundle.application.path
Key: OOZIE-3415
URL: https://issues.apache.org/jira/browse/OOZIE-3415
Project: Oozie
Issue Type: Bug
Affects Versions: trunk
Reporter: Andras Salamon
Assignee: Andras Salamon
Fix For: 5.2.0
If {{oozie.libpath}} is specified thenĀ
[V1JobsServlet.checkAndWriteApplicationXMLToHDFS|https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/servlet/V1JobsServlet.java#L139-L185]
will ignore the {{oozie.coord.application.path}} and
{{oozie.bundle.application.path}} settings. So it's not possible to specify
{{oozie.libpath}} andĀ {{oozie.coord.application.path}} /
{{oozie.bundle.application.path}} at the same time in the {{job.properties}}
file.
I don't really see the reason for checking the {{oozie.libpath}} directory when
we search for {{workflow.xml}} we should delete this check. If this check is
important then we should still check {{oozie.coord.application.path}} and
{{oozie.bundle.application.path}} if we found nothing in {{oozie.libpath}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)