Hi Can anyone help me identify how oozie pickup the user.name value ?
I mean, how will oozie identify who submitted a workflow ? How will oozie set a value to its "user.name" property ? Thru which property/command oozie will get to know who submitted the workflow and set the value for "user.name" ? I want to change this !! Is there a way I can change this auto pick up value for user.name and submit the workflow as another user ? Below are two options I tried: 1. Add "-doas" parameter to the oozie command, but that did not work because user is not defined as proxy user. 2. In the job.properties value I tried to set "user.name=xyz". But this doesn't work. Can anyone pls help me ..... Thanks a lot in adavance. Raja.
