Set up Oozie on a cluster
Perform the following steps to add a PDI user to the oozie-site.xml
file:
Open the
oozie-site.xml
file on the cluster.Add the following lines of the code to the
oozie-site.xml
file on cluster, substituting <your_pdi_user_name> with the PDI user name, such asjdoe
.<property> <name>oozie.service.ProxyUserService.proxyuser.*<your\_pdi\_user\_name>*.groups</name> <value>*</value> </property> <property> <name>oozie.service.ProxyUserService.proxyuser.*<your\_pdi\_user\_name>*.hosts</name> <value>*</value> </property>
Save and close the file.
Last updated
Was this helpful?