Member since
02-07-2022
252
Posts
60
Kudos Received
34
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
120 | 10-02-2025 02:18 AM | |
1197 | 07-30-2025 09:33 PM | |
485 | 07-15-2025 07:28 PM | |
340 | 07-12-2025 12:47 AM | |
479 | 06-27-2025 05:21 AM |
10-08-2025
11:41 PM
@ishashrestha, please let us know if you have any further queries regarding the details shared above.
... View more
10-06-2025
01:01 PM
@Leidy Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
10-06-2025
06:40 AM
Hi @Joyful
Have you been able to resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-02-2025
03:02 AM
@upadhyayk04 - thanks will upgrade the runtime version.
... View more
09-03-2025
06:09 AM
Hi @upadhyayk04 Context: I have access to CDP Data Warehouse and can log in to the Hue console via browser using SSO (Single Sign-On). I want to connect to Impala using the impala-shell CLI tool or JDBC driver for querying data. I attempted to ingest data using Python through the Cloudera AI console by creating a new project, but I am still encountering the same access permission issues. What I Have Tried: Successfully listed clusters and warehouses using cdp dw CLI commands. Retrieved the Impala JDBC connection string and endpoint details. Tried to start the virtual warehouse using CLI but faced permission denied (403) errors. Attempted to connect via impala-shell CLI with LDAP username and password, but received HTTP 401 Unauthorized errors. Verified that no LDAP password is available as login is via SSO. Tried to pass password in command line and interactively; none worked. Noted that impala-shell does not support browser-based SSO authentication. Attempted to add users to virtual warehouse using cdp dw add-user but faced permission denied errors. Confirmed that SSO login works fine in Hue and CDP Console but CLI access is blocked due to lack of proper credentials. Issue: CLI tools like impala-shell and cdp dw commands require LDAP credentials or a different authentication method. SSO-based authentication used in the environment is not supported by CLI tools by default. This prevents me from running queries or managing the Data Warehouse via CLI. Thank You, Venkat
... View more
07-30-2025
09:33 PM
Yes, @Malrashed, that should help as well. Mainly we are bypassing the warning by increasing the threshold
... View more
07-22-2025
03:11 AM
The error means the SSL certificates used by your Cloudera ODBC driver are outdated or expired. To fix it, download the latest cacerts.pem file from a trusted source like Curl's CA bundle or your company’s security team. Replace the old cacerts.pem file in the ODBC driver's configuration directory. Then restart your ODBC connection and test again.
... View more
07-17-2025
09:43 PM
1 Kudo
Hello @RamaClouder Thank you for reaching out to Cloudera community Could you please confirm if you have tried the same in incognito mode as well? Thank you Kshitij Upadhyay
... View more
07-16-2025
01:36 AM
Hi @upadhyayk04, thanks for you answer and the link to the documentation you pointed us. But we have read the documentation multiple time but it doesn't help us We need to understand why we get this error. So we still get the error. By mistake I pressed the resolve button, even the problem is not solved. Is there any way to reopen this post ?
... View more
07-15-2025
08:40 PM
Kshitij, Wow, that worked like a charm. When I was granting privileges to the database, I was using the following statement for all three of those including the actual password, but that did not work for me. GRANT ALL ON rman.* TO 'rman'@'%' IDENTIFIED BY 'password'; I am not really a DB person, so figured I would get the right solution from someone that is. I was going to say to keep an eye for my next posted issue regarding HDFS, but it looks like after fixing the DB issue and after restarting HDFS, we are all GREEN now!!!
... View more