RE: Workflow submission time

2016-06-27 Thread ganesh raman
level parallelism . Ganesh -Original Message- From: "Pierre Villard" <pierre.villard...@gmail.com> Sent: ‎6/‎27/‎2016 9:31 PM To: "user@oozie.apache.org" <user@oozie.apache.org> Subject: Re: Workflow submission time Thanks Peter, it worked like a charm!

Re: Workflow submission time

2016-06-27 Thread Pierre Villard
Thanks Peter, it worked like a charm! Regarding the concurrent actions, in my case it seems to be a bit tricky... I am calling Sqoop actions that are using the Teradata connector. The thing is that all the oozie launchers for sqoop actions are run concurrently and there is no more free slots to

Re: Workflow submission time

2016-06-27 Thread Peter Cseh
Hi Pierre, Now that you've mentioned it I've found that you can disable fork-join validation at workflow and application level: https://oozie.apache.org/docs/4.2.0/WorkflowFunctionalSpec.html#a3.1.5_Fork_and_Join_Control_Nodes "By default, Oozie performs some validation that any forking in a

Re: Workflow submission time

2016-06-27 Thread Peter Cseh
Hi Pierre, There was a bugfix around submitting fork jobs which parallelized job submission: https://issues.apache.org/jira/browse/OOZIE-2345 But the issue you've reported is known and not resolved yet: https://issues.apache.org/jira/browse/OOZIE-1978 I could not find a workaround description,