Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 433 | 10-18-2025 09:09 PM | |
| 400 | 10-02-2025 02:18 AM | |
| 394 | 10-01-2025 05:22 AM | |
| 1934 | 07-30-2025 09:33 PM | |
| 708 | 07-15-2025 07:28 PM |
02-26-2025
02:47 AM
Hello @snm1523 Thank you for reaching out to the community You can take a look at Ranger API as well to achieve the same Go to Ranger UI >> Profile >> API documentation >> Expand XAuditREST >> Click on GET/xaudit/access_audit >> Click on Try it out and Execute. You can get this data in CSV and perform the operations For eg. curl -X 'GET' \
'https://ccycloud-1.nightly-cm-qn.root.comops.site:6182/service/xaudit/access_audit' \
-H 'accept: application/json'
... View more
02-22-2025
08:26 PM
Hello @drewski7 Thank you for reaching out to the community Just want to clarify one thing to fix this issue you did install Ranger user sync or you configure ldap auth with user sync as well along with Ranger admin Usually, to login to Rager admin UI with ldap we just need to configure ldap configuration in Ranger Admin configuration and this should be enough. Usersync will sync users and groups to Ranger which you can use to assign permissions later from Ranger using polcies
... View more
02-20-2025
09:43 AM
Hello @Oren Thank you for reaching out to the community Please double-check the following especially vault.localhost.localdomain’s ping should be resolved https://docs.cloudera.com/cdp-private-cloud-data-services/1.5.4/installation-ecs/topics/cdppvc-installation-ecs-steps.html Checks to make sure there are less than 3 nameserver entries in the /etc/resolv.conf file, and checks the connections to the Cloudera Manager cluster and the CDP console. It also checks to see if vault.localhost.localdomain’s ping can be resolved. If not, it is likely that the host /etc/nsswitch.conf file is misconfigured.
If this inspection fails:
Check the /etc/resolv.conf and /etc/nsswitch.conf files and ensure that /etc/resolv.conf does not contain 3 or more nameservers, and that /etc/nsswitch.conf must contain myhostname under the hosts field.
Check to see if the connections were resolved correctly. If connection to the CDP console fails, check to see if your DNS wildcard is configured properly. Let us know if you have any further queries
... View more
02-18-2025
11:41 PM
Hello @SLCJ Looks like your paywall credentials are incorrect Please double check those once or generate them again https://community.cloudera.com/t5/Support-Questions/How-do-I-get-repository-credentials/m-p/311137#:~:text=the%20following%20steps%3A-,1.,down%20to%20the%20Credential%20Generator
... View more
02-18-2025
10:36 PM
Hello @pablobhz Thank you for reaching out to the community How are you connecting? Are you providing any trust store while connecting if yes then is the Root certificate added in the truststore
... View more
02-18-2025
10:33 PM
Hello @SLCJ Thank you for reaching out You can download from the official archive repository https://archive.cloudera.com/p/cm6/6.3.1/ubuntu1604/ https://archive.cloudera.com/p/cm6/6.3.1/ubuntu1804/ Let us know if you have any further queries
... View more
02-03-2025
02:37 AM
Hello @Marks_08 , Thank you for reaching out on community The good practice would be to install on a fresh OS but yes if we do proper un-installation and cleanup of current CDH installation then it should be good for new installation of CDP Let me know if you have any further queries on this
... View more
01-13-2025
11:51 PM
Hello @Israr Thank you for reaching out to the community Can you please confirm what is the end goal here? Do you want to enable the TLS if yes then which use case?
... View more
01-13-2025
03:13 AM
Hello @cloudera-lasya Thank you for reaching out to cloudera Can you please confirm what error are you facing? Can you please attach some screenshots to check the issue?
... View more
01-13-2025
03:08 AM
Hello @Riyadbank Thank you for reaching out to the community 1.) First thing: You can consider increasing the heap memory for CM server in /etc/default/cloudera-scm-server file and restart the cloudera-scm-server 2025-01-10 11:03:00,658 WARN JvmPauseMonitor:com.cloudera.enterprise.debug.JvmPauseMonitor: Detected pause in JVM or host machine (e.g. a stop the world GC, or JVM not scheduled): paused approximately 26866ms: GC pool 'ParNew' had collection(s): count=1 time=0ms, GC pool 'ConcurrentMarkSweep' had collection(s): count=1 time=26804ms 2.) Regarding the actual issue Are the hosts heartbeating fine? Do you see any error in the stderr logs for those individual services?
... View more