You can set property Œoozie.job.acl¹ to the desired value. You can also
override this property in your oozie-site.xml
<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" <[email protected]> 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