Oozie-env
Update Oozie Configuration
- Disable HTTPS if SSL is not enabled
In Ambari UI → OOZIE → Configs → Custom oozie-site, set:
oozie.https.enabled=false
- Update the Oozie environment template
In Ambari UI → OOZIE → Configs → Advanced oozie-env, add the following to the oozie-env template:
export OOZIE_BASE_URL={{oozie_base_url}}
Oozie
These configuration properties address the credentials issue in Oozie. To ensure a smooth upgrade, add or update them after completing the Ambari upgrade and before starting the ODP upgrade.
For non-SSL clusters
In Ambari UI, navigate to Oozie > Configs > Custom oozie-site.
oozie.https.enabled=false
For SSL Clusters
In Ambari UI, navigate to Oozie > Configs > Advanced oozie-env.
export OOZIE_BASE_URL={{oozie_base_url}}
Was this page helpful?