Member since
04-28-2020
136
Posts
4
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
218 | 09-15-2025 02:56 AM | |
239 | 08-26-2025 05:36 PM | |
587 | 07-19-2025 12:51 AM | |
2757 | 02-24-2023 08:14 AM |
09-15-2025
02:56 AM
@clobo Thank you for reaching out Cloudera Community. There was a connection pool issue that caused the “Error 500 – Internal Server Error”. This has now been fixed, and the artifactory is available again.
... View more
08-29-2025
10:01 AM
1 Kudo
@ishashrestha Cloudera Manager tracks parcel state centrally in its DB (AVAILABLE_REMOTELY, DOWNLOADED, DISTRIBUTED, ACTIVATED, etc.).So even if the parcel bits are already present on the host, Agent will redistribute it.Also managing parcels is agents responsibility.It performs a lot of background tasks in parcel lifecycle. In Distribution phase it compares the .sha file (from the repo) with the .parcel file in the cache.This ensures no corruption or mismatch and then extracts parcel (.parcel is tarball). In activation phase creates/update symlinks in parcel directory, /etc/alternatives and in /var/lib/alternatives.Also creates service users which is needed service installation. If any of these don’t line up, CM will re-trigger distribution/activation even if the bits are there.
... View more
08-29-2025
09:42 AM
@Dalier Did the response assist in resolving your query? If it did, please mark the relevant reply as the solution, as it will help others locate the answer more easily in the future.
... View more
08-26-2025
05:36 PM
@Dalier Only Reports Manager role in Cloudera Management Service needs database connectivity and you cannot use scmdb for Reports Manager. You need to create separate database for Reports manager.Please follow below link. https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/installation/topics/cdpdc-create-tls-12-rm-database.html
... View more
08-25-2025
09:34 PM
@Dalier Thank you for reaching out to the Cloudera community. Key Trustee Server and Key HSM depend on the bigtop-utils package, which is included in the CDH repository. But you have created the local repository for Cloudera manager. If Cloudera manager is installed already on both the VM's.Please create a local repository for keytrustee-keyhsm. https://archive.cloudera.com/p/cdh7/7.1.9.1000/keytrustee-keyhsm/
... View more
07-24-2025
05:16 AM
Hi @jshng The KB has the same steps which in mentioned in my last comment.I just added the link for your reference. Regards, JP
... View more
07-19-2025
12:51 AM
1 Kudo
Hi @jshng, Thank you for reaching out to Cloudera community It appears that you are encountering the known issue OPSAPS-67607, as described in the Cloudera documentation[1]. On all nodes where the issue is observed, please run the following commands: sudo mkdir /var/lib/hadoop-hdfs/ sudo chown hdfs:hadoop /var/lib/hadoop-hdfs/ sudo chmod 755 /var/lib/hadoop-hdfs/ Once the directory /var/lib/hadoop-hdfs/ has been created and permissions are set, please proceed with deactivating and reactivating the CDP parcel. Let us know if this resolves the issue. For additional reference, you may also consult the following TSB article which outlines the same steps [2]. [1] - https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/runtime-release-notes/topics/rt-pvc-known-issues-ozone.html [2] - https://lighthouse.cloudera.com/s/article/TSB-2024-775-FileNotFoundException-for-Ozone-FS-JAR-during-or-after-CDP-installation-or-upgrade Regards, JP
... View more
06-18-2024
05:09 AM
2 Kudos
@Alfa6 CDP 7.1.1 to 7.1.9 is not a supported upgrade path. You can upgrade the cluster to CDP Private Cloud Base 7.1.9 from CDP 7.1.8/7.1.7 SP2/7.1.7 For more information on the supported upgrade paths, see Supported in-place upgrade paths.
... View more
04-02-2024
07:26 PM
@Deepak_Unravel This is a regression on the python3 upgrade or more specifically something that worked by mistake in the past. Before py3 avro used to be more flexible with it's schema's and used to ignore any extra fields. If a value didn't exist in the schema it could have any value without invalidating the parcel. Now it expects data to be in exact format to the schema which is more accurate. During the py3 migration most fields were added but looks like we missed the conflicts field. A workaround for now can be to remove the conflicts field from the parcel since it doesn't have any conflicts right now. Please remove the conflicts entry in /opt/cloudera/parcels/UNRAVEL_SENSOR-1.0.4791002_cdh7.1_h3.1_s2.4/meta/parcel.json file on all the agents. Post conflicts entry removal you will able to distribute the parcel.
... View more
02-24-2023
08:14 AM
Hi, If you are not using CM 7.7.3.Please set the default python version to python2 and try running performance inspector. --> run #alternatives --set python /usr/bin/python2 --> restart the agent : systemctl restart cloudera-scm-agent Thanks
... View more