Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
435 | 07-06-2025 05:24 AM | |
448 | 05-28-2025 10:35 AM | |
2163 | 08-26-2024 08:17 AM | |
2769 | 08-20-2024 08:17 PM | |
1136 | 07-08-2024 04:45 AM |
05-15-2024
08:22 AM
Hello @fengsh HDP 3.x is not certified for RHEL 9 by Cloudera You can check the support matrix for certified versions https://supportmatrix.cloudera.com/#Hortonworks
... View more
05-10-2024
03:49 AM
1 Kudo
Hello @Hadoop16 Can you disable debug logs and share the information logs from the gateway log file by replicating the issue
... View more
05-09-2024
06:15 AM
Hello @divyank Try with admin123 and see if it works; if it still fails, try resetting the ranger admin with the below steps. Run the following query on the Ranger database. update x_portal_user set password = 'ceb4f32325eda6142bd65215f4c0f371' where login_id = 'admin'; This update the password of ranger admin to admin.
... View more
05-09-2024
06:08 AM
Hello @divyank Can you initialise solr To initialise solr Go to CM UI >Solr > Actions > Initialise Solr
... View more
05-09-2024
06:05 AM
Hello @divyank Can you check if Solr and HBase are up and running?
... View more
05-09-2024
12:11 AM
Hello @Hadoop16 Can you try adding public group to the ranger knox policy and then run webhdfs curl command
... View more
05-05-2024
10:51 AM
@avi_fcb For ntp error, You need to install ntp service, Please refer to the following doc https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/quick-start-deployment-streaming-cluster/topics/cdp-quick-start-deployment-stream-enable-ntp.html
... View more
05-05-2024
08:57 AM
1 Kudo
Hello @avi_fcb I can see it is failing with a permission denied error. Can you please check the permission on /tmp
... View more
04-23-2024
11:27 PM
1 Kudo
Hello @soumM Seem Spnego is enabled for livy web UI. Can you check Livy >> Configuration >> livy_spnego_enabled If Spnego is enabled, you need to have a Kerberos ticket on the local machine, and the browser needs to be configured for Kerberos authentication. You can uncheck spnego_enabled to allow anonomous user to access the web ui Livy >> Configuration >> livy_spnego_enabled and try accessing it without any authentication.
... View more
04-22-2024
05:50 AM
Hello @idodds It seems to be a known issue. OPENJPA-2482, Can you try replacing OpenJPA 2.2.2 jars under /opt/cloudera/parcels/CDH/jars/ with the 2.4.2 version? You can download using the below command. wget http://www-eu.apache.org/dist/openjpa/2.4.2/apache-openjpa-2.4.2-binary.zip I suggest you take a backup before replacing the jars.
... View more