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
12:06 PM
Hi, You may want to change the new encryption type in your "krb5.conf" file also you can set the * Set "Active Directory Set Encryption Types " under > CM > Configuration * You may also want to include the new encryption type per the documentation ( CM > Configuration > "Kerberos Encryption Types" ) > https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/security-kerberos-authentication/topics/cm-security-kerberos-authentication-regenerate-principals.html?#ariaid-title7 * Then you may want to Regenerate the credentials for all services to use the new encryption type ( stop all services is required to perform this )
... 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-24-2023
06:01 AM
Hello @Shahezad Check if any service is running on the new host, if so stop the services and retry again. * Check for the agent logs on the new host * Check for the CM server logs on the CM server that will provide additional information about what is failing. * Also check for the following bug that applies to CM 5.X https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cm_rn_known_issues.html#concept_icl_mq1_z3b (Cloudera bug: OPSAPS-38704) >> After upgrade to Cloudera Manager 5.x, client configuration deployment fails with the following error: "/var/lib/alternatives/hadoop-conf empty!"
... View more
11-23-2023
06:48 AM
Hello, About your question : how do I ensure hue hive editor to execute blocks of code in both sequence, and without skipping some blocks? Unknown why its failing from the last data provided... however you may need check more data about this: * Check the runcpserver logs in HUE server during the query execution. If nothing is found, enable DEBUG mode in HUE/restart and rerun the query . * Check the Hiveserver logs during the query execution. * What various errors were observed ? provide screenshots / data logs during the query execution .
... View more
11-22-2023
05:51 AM
Hello, You will find compatible OS with your CM server in the following link: https://docs.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#c516_supported_os For CM 5.X the following ubuntu are supported. 16.04 LTS (Xenial) 14.04 LTS (Trusty) Per the screenshot you are using "CDH 7.1.6", by the other hand the error you see is for the parcel "CDH5, which is not compatible with "Ubuntu Bionic" you can safely remove these parcels from the parcels options.
... View more
11-22-2023
05:45 AM
Hello,I may recommend to check existing files and permissions. 1. Check if the file exist. Example: # ls -lrth /opt/cloudera/cm/bin | grep ipa -rwxr-xr-x 1 root root 1.4K Feb 22 2021 import_credentials_ipa.sh <<<<<<< -rwxr-xr-x 1 root root 1.9K Feb 22 2021 generate_intermediate_ca_ipa.sh -rwxr-xr-x 1 root root 3.7K Feb 22 2021 gen_credentials_ipa.sh -rwxr-xr-x 1 root root 1.1K Feb 22 2021 delete_credentials_ipa.sh !! This file comes from the package "Cloudera-manager-daemons" 2. Check the packages installed For Centos #rpm -ql cloudera-manager-daemons | grep -i import_credentials For Deb # dpkg --contents cloudera-manager-daemons | grep -i import_credentials # rpm -qf /opt/cloudera/cm/bin/import_credentials_ipa.sh cloudera-manager-daemons-6.3.4-6763501.el7.x86_64 <<<<<<<<< 3. Where this file comes from ? !! From daemon package. # rpm -ql cloudera-manager-daemons | grep -i import_credentials /opt/cloudera/cm/bin/import_credentials.sh /opt/cloudera/cm/bin/import_credentials_ipa.sh <<<<<<<<< Make sure the package is consistent or reinstall it > package: cloudera-manager-daemons * Check if the OS is compatible with CM and CDP version also https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_os_requirements.html#c63_supported_os Hope it helps, Felipe G
... 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
11-13-2023
03:37 PM
Hello, Yes, you can manually clean the the folder, this however will remove all the events From your initial outputs you are using "v3" folder . [root@ip-10-0-2-241 v3]# ls -alh | grep "G " So you will do the following steps [1]: 1. Stop Event Server 2. Check your location "CM -> CMS -> Config -> Search by "eventserver_index_dir" 3. Backup the folder 4. Remove the $eventserver_index_dir/v3 folder 5. Start Event Server, This will regenerate the index and save new events. Ref: https://my.cloudera.com/knowledge/TSB-2022-597-Cloudera-Manager-Event-server-does-not-clean-up?id=349822
... View more