Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
436 | 07-06-2025 05:24 AM | |
450 | 05-28-2025 10:35 AM | |
2167 | 08-26-2024 08:17 AM | |
2772 | 08-20-2024 08:17 PM | |
1136 | 07-08-2024 04:45 AM |
01-06-2024
09:43 PM
1 Kudo
Hello @Sushmita You can refer to the below link for the exam guide. https://www.cloudera.com/about/training/certification/cdp-adminpvc-exam-cdp-2001.html
... View more
11-13-2023
06:55 AM
Hi @itdm_bmi Can you share the complete stack trace of the error?
... View more
11-04-2023
10:31 PM
@itdm_bmi Can you try the following: - Stop cloudera-scm-server - Backup the SCM database - Try to remove the column: ALTER TABLE PARCELS DROP COLUMN DISPLAY_NAME; - Start cloudera-scm-server
... View more
09-29-2023
07:04 AM
Hello @kuhbrille/Roland Can you try the below API? <Ranger host>:<Port No>/service/assets/accessAudit?&sortBy=eventTime&sortType=asc&startIndex=0&startDate=<Date> Example: http://myranger:6080/service/assets/accessAudit?&sortBy=eventTime&sortType=asc&startIndex=0&startDate=09/23/2023
... View more
09-27-2023
01:40 AM
1 Kudo
Hello @Harish-hadoop Make sure zeppelin user has read permission on /etc/shadow file to authentication using pam You can try setting the read permission with the below command on zeppelin host # chmod 444 /etc/shadow
... View more
09-27-2023
01:21 AM
Hello @CiscoCKC Can you try with below command # yum reinstall cloudera-manager-server # yum reinstall cloudera-manager-daemons
... View more
09-11-2023
11:01 AM
Hello @Nagarajaiah Can you share the stack trace of the error?
... View more
09-07-2023
02:50 AM
1 Kudo
Hi @CK_c Can you check is /tmp mounted with "noexec" flag You can run below commands and see if it works # mount | grep /tmp Re-mount the same with exec flag: # mount -o remount,exec /tmp
... View more