You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by David Morel <da...@amakuru.net> on 2014/10/28 15:47:52 UTC

Re: Does Oozie have ACL policy for workflows

On 2 Apr 2014, at 22:45, Mona Chitnis wrote:

> You can set property oozie.job.acl to the desired value. You can also
> override this property in your oozie-site.xml

Hello Mona,

there seems to be no documentation on the syntax used for this property

can you share some knowledge about it?

thanks

David

>
> <property>
>
> <name>oozie.service.AuthorizationService.default.group.as.acl</name>
>       <value>false</value>
>       <description>
>           Enables old behavior where the User's default group is the
> job's ACL.
>       </description>
>   </property>
>
>
>
>
> On 4/1/14, 7:52 PM, "Gordon Wang" <gw...@gopivotal.com> wrote:
>
>> Hi all,
>>
>> Does oozie support ACL currently ? Say, if user hadoop submits a
>> workflowA,
>> is it possible to only allow user hadoop to kill the workflow?
>>
>>
>> I went through the doc, and only find the following properties in workflow
>> are related to ACL. But I think it is for MR jobs. Does this affect Oozie
>> workflows?
>>
>> oozie.launcher.mapreduce.job.acl-view-job
>> oozie.launcher.mapreduce.job.acl-modify-job
>>
>>
>> Thanks.
>>
>> -- 
>> Regards
>> Gordon Wang