Member since
04-28-2020
146
Posts
1
Kudos Received
0
Solutions
03-04-2024
02:39 PM
1 Kudo
Hello, May you provide the CDP/CM version and what API are you using as example ? * Since the jobs execution and jobs are maintained in the DB I would say they should appear in the CM UI, yes.
... View more
12-23-2023
11:55 AM
You may want to check the logs , this may be caused for example If you don't have enough space in a partition filesystem If the tmp folder is now allowed to write ( not able to create a file ) The specific error of the file and location may appear in your CM logs / agent logs /service logs of the failing service ( per last screenshot / Hive ) Hope it helps.
... View more
11-28-2023
08:05 AM
The error is generic and doesnt provide much information, you may want to check the following: * You are using kerberos ( was anything change on the KDC account ) ? * If KDC account was changed, reimport the KDC account and generate missing credentials CM UI -> Administration -> security ->Kerberos Credentials and try to "Import KDC Account Manager Credentials" * Check on the "agent service logs" of the failed service ( in this case seems hive ).
... View more
11-13-2023
03:54 PM
May you also provide additional information about the CDP version installed ? * You will find supported source/target versions in the following article. >> https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/upgrade/topics/cdppvc-upgrade-paths.html >> https://supportmatrix.cloudera.com/
... View more
08-07-2023
07:10 AM
Hello @ManasP , Please make sure you use one "/" I see you have the following. BEFORE : "...7180//api/v49/cm/service" USE: "...7180/api/v49/cm/service" Let us know if this helps.
... View more
05-26-2020
10:36 AM
Some errors occur when changing the config files and starting the service > May 26 16:50:18 c2562-node3.coelab slapd[5869]: ldif_read_file: checksum error on "/etc/openldap/slapd.d/cn=config/olcDat....ldif" Is required to change the checksum of the modified files. This additional documentation may help . https://gist.github.com/Shaltz/1d65a07a0901a36fb7f1
... View more