Member since
08-16-2015
97
Posts
16
Kudos Received
12
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1561 | 07-11-2021 08:05 PM | |
| 2546 | 07-11-2021 06:37 PM | |
| 44214 | 06-04-2021 12:01 AM | |
| 1587 | 06-03-2021 11:43 PM | |
| 5248 | 04-26-2021 06:58 PM |
05-02-2021
11:49 PM
Hello It is self-explained in the documentation https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/security-ranger-authorization/topics/security-ranger-resource-policies-importing-exporting.html
... View more
05-02-2021
09:56 PM
1 Kudo
Hello if the cluster is critical to your business, you should consider to get the subscription from Cloudera, and for your facing issues, Cloudera can create a patch by backporting the fix to an earlier CM version
... View more
05-02-2021
06:54 PM
Hello Make sure you configure in Windows hosts file for "sandbox-hdp.hortonworks.com" with a proper IP address
... View more
05-02-2021
06:50 PM
Hello Please look out for Cloudera Manager 7.4.1 update, which comes with the fix to the issue you are facing The issue is because producer client ids that are not configured correctly and are generating huge metrics from anonymous producers The solution proposed in CM 7.4.1 is to make the Kafka producer metric whitelist configurable in the CM UI
... View more
04-26-2021
06:58 PM
Hello Depends on the cluster size and monitored entities, certain resources are recommended Please refer to the below link and check whether your resource allocation is in-line with the recommendations https://docs.cloudera.com/cdp-private-cloud/latest/release-guide/topics/cdpdc-service-monitor-requirements.html
... View more
04-21-2021
06:43 PM
Hello An example: https://stackoverflow.com/questions/38086684/hadoop-fs-du-h-sorting-by-size-for-m-g-t-p-e-z-y
... View more
04-21-2021
05:27 PM
1 Kudo
Hello A good starting point: https://www.cloudera.com/tutorials.html
... View more
04-20-2021
06:47 AM
Hello ERROR: Unable to find psycopg2 2.5.4 or higher version. You may need to manually install it. See http://tiny.cloudera.com/cdh6-hue-psycopg2'
... View more
04-20-2021
12:43 AM
Hello Check the cloudera-scm-agent.log, find the part related to HUE installation Find the detailed logs similar to below (This logs directory is dynamically generated per process, so you have to find the path in the scm agent log above) /opt/cm-5.13.0/run/cloudera-scm-agent/process/127-HUE-test-db-connection/logs Under the directory, open stderr.log You should find out the real reason behind Good luck!
... View more
04-20-2021
12:16 AM
Hello Sounds like a Spark data skew problem Some good approaches to consider 1. Broadcast join 2. Key Salting You can make a reference here: https://itnext.io/handling-data-skew-in-apache-spark-9f56343e58e8
... View more