You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by ganesh raman <ga...@thedatateam.in> on 2016/04/28 19:01:24 UTC

Oozie fork join parallelism and control

Hi all

We are trying to plot quite a long workflow with loads of fork-joins and sub workflows.

Have a few questions , are there  oozie config that limit the total number of fork actions at any time?

Are there configs ,counters or effects we are supposed to watch out for provided we are observing yarn side of the picture say queue in yarn etc?

As most of our workflows are generated ones we've observed a 100k limit on oozie workflow def ...is there any config that might help change this limit?

Thanks a lot

Ganesh

-----Original Message-----
From: "Hanmay Udgiri" <ha...@gmail.com>
Sent: ‎4/‎26/‎2016 3:00 PM
To: "user@oozie.apache.org" <us...@oozie.apache.org>
Subject: Oozie setting user

Hi All,
I have Oozie Java client class which is creating the workflow and running
the workflow

I am using the simple oozie client API to run the job

I need suspend the job, if there are any validation issues. I am using
oozie client suspend method which takes a job ID as a parameter.

But I am getting E0508 : E0508 : User [?] not authorized for WF job [jobno]

I have set both user name and user parameter for both system and
configuration, but still getting same error

Please let me know how we fix the issue

Thanks
Hanmayya