Set up Oozie on a cluster

Perform the following steps to add a PDI user to the oozie-site.xml file:

  1. Open the oozie-site.xml file on the cluster.

  2. 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 as jdoe.

    <property>
    <name>oozie.service.ProxyUserService.proxyuser.*&lt;your\_pdi\_user\_name&gt;*.groups</name>
    <value>*</value>
    </property>
    <property>
    <name>oozie.service.ProxyUserService.proxyuser.*&lt;your\_pdi\_user\_name&gt;*.hosts</name>
    <value>*</value>
    </property>
  3. Save and close the file.

Last updated

Was this helpful?