Member since
02-28-2022
166
Posts
14
Kudos Received
17
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
367 | 07-07-2025 06:35 AM | |
376 | 06-17-2025 09:42 AM | |
1507 | 04-02-2025 07:43 AM | |
600 | 10-18-2024 12:29 PM | |
10215 | 09-05-2024 09:06 AM |
07-02-2025
01:51 PM
hi @huimin, where the connection to Trino is coming from, you must also configure Kerberos, so you need to have access to the Hive ports and the KDC ports for Kerberos authentication. before using Trino, try connecting to Hive with JDBC, using a simple Python script, where Trino is coming from, to validate the communication and authentication, if it works, you can configure Trino. this document [1] will help you configure Trino with Hive [1] = https://janakiev.com/blog/presto-cluster/
... View more
07-02-2025
01:43 PM
hi @Jackallboy , according to your report, the client is not able to connect to the HMS, which is generating the error. to validate your test and creation of the external table, do the following: 1. access a host in the cluster, authenticate, and run "beeline". This way, you will connect to Hive automatically. 2. then run your ddl to create the external table and check the behavior. if it is created successfully, the problem you reported is in the client that is trying to create the external table. so, where are you trying to create the external table? Using an external tool, external connection, etc.
... View more
07-02-2025
01:34 PM
hi @rizalt , from your report, you probably have snapshots enabled for this directory, so any delete in this directory will not be 100% effective unless the snapshot is also deleted. deleting the snapshot will make it impossible to recover data if necessary. so, on the namenode webui page, in the "snapshot" tab, check your snapshots.
... View more
07-02-2025
01:24 PM
hi @Rajat_jangra in CDH you will have to filter the Hive and Impala logs to know when the tables were accessed. i recommend that you leave the logs open and then access a table using Impala and monitor it live in the logs, so you will know which filter to use.
... View more
06-17-2025
09:42 AM
1 Kudo
hi @Rajat_jangra , using the "audit" option in ranger, I was able to get the information I wanted.
... View more
04-03-2025
05:46 AM
hi @adamvalenta, thanks 😉 since your question has been answered, you could click about the solution that helped you, so the thread will close and help the community.
... View more
04-02-2025
07:43 AM
hi @adamvalenta, you will be able to access the repository using credentials, and these credentials are granted at the licensing level. to do this, you will need to contact the Cloudera sales team (Contact Sales) and make the purchase.
... View more
03-21-2025
08:48 AM
hi @vkarthikeyan how to run the same test but with livy installed in the private cdp, with kerberos and tls enabled?
... View more
01-08-2025
10:45 AM
hi @Craig-C, analyze the logs of the CDE pods, monitor the logs during the execution of the job and after the job ends, you will possibly find the problem.
... View more
01-08-2025
10:34 AM
hi @yusufu , are you using the same version of Java that runs on Ubuntu on RHEL?
... View more