You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by Hanmay Udgiri <ha...@gmail.com> on 2016/04/26 11:30:35 UTC

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

Oozie fork join parallelism and control

Posted by ganesh raman <ga...@thedatateam.in>.
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

Re: Oozie setting user

Posted by Hanmay Udgiri <ha...@gmail.com>.
Hi All
I am still not able to fix the issue
Anybody can help with some point on how to resolve the issue
One question addition to it, it is possible to start, submit, kill, suspend
jobs using the Java client API?

Thanks
Hanmayya
On 28-Apr-2016 9:38 pm, "Hanmay Udgiri" <ha...@gmail.com> wrote:

> Hi Everybody
>
> Any help in this, I am still not able to fix the issue. I am using oozie
> Java client API to run the job
> OozieClient oc = new OozieClient(url);
> .....set the conf parameter....
>
> oc.suspend (jobid);
>
> I am running the job in another Java class and getting the job ID and
> suspending in the Java class
>
> But I am still getting
> E0508 : E0508 : User [?] not authorized for WF job [jobno] error
>
> Please let me know how to fix the issue
>
> Thanks
> Hanmayya
> On 26-Apr-2016 3:00 pm, "Hanmay Udgiri" <ha...@gmail.com> wrote:
>
> 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
>
>

Re: Oozie setting user

Posted by Hanmay Udgiri <ha...@gmail.com>.
Hi Everybody

Any help in this, I am still not able to fix the issue. I am using oozie
Java client API to run the job
OozieClient oc = new OozieClient(url);
.....set the conf parameter....

oc.suspend (jobid);

I am running the job in another Java class and getting the job ID and
suspending in the Java class

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

Please let me know how to fix the issue

Thanks
Hanmayya
On 26-Apr-2016 3:00 pm, "Hanmay Udgiri" <ha...@gmail.com> wrote:

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