Created 10-17-2017 12:12 PM
Hi Everyone,
Is it possible to assign permission within Workflow Manager to grant permission to other users to execute the workflow created by me, other than having to share the workflow.xml file.
Thanks,
Ramesh
Created 10-17-2017 12:41 PM
@Ramesh Raj Ganapathy
You can refer to the "oozie.job.acl" and refer to : https://oozie.apache.org/docs/3.2.0-incubating/WorkflowFunctionalSpec.html#a6_User_Propagation
.
Through Shell you can try something like:
HADOOP_USER_NAME=${wf:user()}
(OR)Check if the ProxyUSer setting helps: https://community.hortonworks.com/content/supportkb/48951/how-to-run-a-oozie-job-as-a-different-user...