Created on 06-10-2014 07:14 PM - edited 09-16-2022 01:59 AM
Hi All,
I have installed CDH 5.0.1 by package, in order to using the parcels to manage my services, I've activated the CDH5 parcel. Now the CM is warning me "Parcels are in use, but packages were also detected. Cloudera Manager recommends removing the packages. "
Does anyone knows how to remove the packages? Apprecate it!
BR!
Kevin
Created 06-11-2014 05:46 AM
Created 06-11-2014 05:46 AM
Created 06-12-2014 02:54 AM
Created 05-19-2015 01:59 AM
Hi,
If i use the below command to remove the package,
is any services are affected that dependent on the package ?
Created 07-30-2018 02:16 AM
When CM is set to managing services, its central source of configs lie within the DB. For every time a role instance is spawned, the config is generated into a special (non-/etc/…) path and the service is started with the special config dir. You could do an ls -l /var/run/cloudera-scm-agent/process on any host to see this, for example (the same files are available in the UI under any instance's Processes tab).
So even if you remove the packages, CM faces no impact since it still has the Parcel location now for the actual binaries, and the configs are within its DB, away from being affected by RPM removals.