Complete the following steps after you upgrade Oozie with or without the Installer.
conf directory:
/opt/mapr/oozie/oozie-<version>/conf/.
/opt/mapr/oozie/oozie-<oozie version>/libext
oozie.service.JPAService.jdbc.url parameter with the
useSSL=false attribute in the
/opt/mapr/oozie/oozie-<version>/conf/oozie-site.xml,
as
shown:<property>
<name>oozie.service.JPAService.jdbc.url</name>
<value>jdbc:mysql://node5.cluster.com:3306/ooziecreateDatabaseIfNotExist=true&useLegacyDatetimeCode=false&serverTimezone=Etc/UTC&useSSL=false</value>
<description>JDBC URL.</description>
</property>configure.sh -R:
# /opt/mapr/server/configure.sh -R
# /opt/mapr/oozie/oozie-<version>/bin/ooziedb.sh upgrade -run
maprcli node services -name oozie -action restart -nodes <node names>