[
https://issues.apache.org/jira/browse/OOZIE-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406109#comment-13406109
]
Virag Kothari commented on OOZIE-901:
-------------------------------------
We can do something like
if (n==0)
throw 'one of wf, coord and bundle app path is required'
else if(n>1)
throw 'Multiple app path specified, only one allowed.
> When Submitting a job without an app path, Oozie doesn't properly handle
> multiple paths from oozie.libpath
> ----------------------------------------------------------------------------------------------------------
>
> Key: OOZIE-901
> URL: https://issues.apache.org/jira/browse/OOZIE-901
> Project: Oozie
> Issue Type: Bug
> Reporter: Robert Kanter
> Assignee: Robert Kanter
> Priority: Minor
> Attachments: OOZIE-901.patch
>
>
> If you submit a job without at least one of app path, coordinator app path,
> or bundle app path, Oozie will try to use oozie.libpath as the app path; but,
> it just tries to take the entire oozie.libpath, even if it contains multiple
> comma separated paths.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira