Created 06-12-2025 08:25 AM
Hi,
I am trying to fetch cloudera manager CHF patch information. I looked through the api documentation and tried to run each api methods to get the data. I am unable to get the full patch information about Cloudera Manager in Java. Has anyone else found this information?
I am looking for below information:
[root@cdp719-11 ~]# rpm -qa | grep cloudera
cloudera-manager-daemons-7.11.3.6-50817646.el9.x86_64
cloudera-manager-agent-7.11.3.6-50817646.el9.x86_64
cloudera-manager-server-7.11.3.6-50817646.el9.x86_64
Below is the research I did so far:
Used Parcels api : gives information about parcels such as CDF - hadoop, kafka etc
Ran through all the api methods in the below page, none of the are giving the patch information
Created 06-12-2025 09:19 AM
Hello @Bdeyyam
Cloudera Manager cumulative Hotfix release information can be found in the Cloudera documentation:
Cumulative hotfixes
From the rpm version shared above I can see those are from Cloudera Manager 7.11.3 Cumulative hotfix 4
Hope this help you,
Matt
Created on 06-12-2025 10:28 AM - edited 06-12-2025 10:44 AM
Hi @MattWho ,
Thanks for the reply, but I am looking for an api or java class that can provide the same information programatically.
Created 06-16-2025 12:03 PM
Does anyone has an update on my request?