I just install GPLExtras parcel in my cluster. After activate the parcel, the cluster need to be restart, so it could recognize the new parcel.
But when the cluster restart, ozone manager is failed to start with error message:
+ RANGER_OZONE_PLUGIN_INSTALL_LIB=/opt/cloudera/parcels/CDH-7.1.6-1.cdh7.1.6.p0.10506313:GPLEXTRAS-7.1.6-1.gplextras7.1.6.p0.10506313/lib/ranger-ozone-plugin/install/lib
+ set +x
Error: Could not find or load main class org.apache.ranger.credentialapi.buildks
Somehow, the RANGER_OZONE_PLUGIN_INSTALL_LIB variable referred to misdefined directory.
I also found in file /var/run/cloudera-scm-agent/process/${OZONE_MANAGER process dir}, the PARCEL_DIRNAMES variable also misdefined similar to RANGER_OZONE_PLUGIN_INSTALL_LIB
PARCEL_DIRNAMES='CDH-7.1.6-1.cdh7.1.6.p0.10506313:GPLEXTRAS-7.1.6-1.gplextras7.1.6.p0.10506313
How can I resolve these issues, because I could not found these variables in Cloudera Manager. Thank you for the advice.