Member since
03-06-2020
346
Posts
27
Kudos Received
26
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
399 | 09-05-2023 06:27 AM | |
522 | 08-30-2023 06:03 AM | |
808 | 08-29-2023 08:51 AM | |
383 | 07-21-2023 01:02 AM | |
1449 | 03-31-2023 02:43 AM |
11-23-2023
02:52 AM
Hello @MinhTruong > Did you expand the timeframe at right side of the screen? > From where you ran the query? Impala-shell or Hue? > when its failed what is the error? Regards, Chethan YM
... View more
09-13-2023
07:02 AM
Hello, Do you have any other concerns on the above response? have you tried that for a confirmation? Regards, Chethan YM
... View more
09-13-2023
07:00 AM
Hello @hebamahmoud If the issue is has been from any of the above responses, Could you accept it as a solution? Regards, Chethan YM
... View more
09-05-2023
06:27 AM
Hi, I do not think query id will be present in jdbc driver logs( I have not tested it), It will be present in impalad INFO logs( server side). If you already tested and found query id is not present in driver logs then we cannot make it work other than getting the id from server logs. Get the query id in server logs and search it in driver logs for confirmation. Regards, Chethan YM
... View more
08-30-2023
06:03 AM
Hi, The error message you provided, "Server not found in Kerberos database (7) - LOOKING_UP_SERVER," is indicating an issue with the Kerberos authentication process. This error usually occurs when the Kerberos client is unable to find the server's principal in the Kerberos database. Below is the article to troubleshoot kerberos related issues: https://community.cloudera.com/t5/Customer/Troubleshooting-Kerberos-Related-Issues-Common-Errors-and/ta-p/76192 > Please check if Ensure that DNS is correctly configured for both the client and the server. The client should be able to resolve the hostname of the server to the correct IP address. > Make sure the clocks of the client, server, and KDC are synchronized. Time differences beyond the tolerance set in Kerberos configuration can cause authentication failures. > Ensure that the Key Distribution Center (KDC) is reachable and operational. > Verify that the krb5.conf file on the client machine is correctly configured with the appropriate realms, KDCs, and other Kerberos settings. Regards, Chethan YM
... View more
08-30-2023
05:51 AM
Hello, May i know what is the exact issue? Can you attach the error stack trace OR screenshots? If the connection itself is failing then we do not get the query id. If the connection is succeeded and query is failing then we can see the query profile in the CM -> Impala -> queries section. OR atleast we can see the query id in the impala coordinator logs. Regards, Chethan YM
... View more
08-29-2023
08:51 AM
Hi @hebamahmoud You mean even after configuring the KUDU-HMS integration you are still facing the same issue/error? Can you confirm? Have you followed the given workaround on all HMS servers? https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/runtime-release-notes/topics/rt-pvc-known-issues-kudu.html If that does not work can you try below and check? CM > kudu > configuration> kudu service Advanced Configuration Snippet (Safety Valve) ==> --trusted_user_acl=impala,hive and restart the kudu services, Regards, Chethan YM
... View more
07-21-2023
01:02 AM
Hi, I do not think we have such option to create a view along with query option, you can follow any one of below: > Set the query option at session level before running the query. > Add this query option globally in impala configurations -> "default_query_options" section. > Add it in impala admission control pool for a specific pool where this query runs, edit the pool and add the property into "Default query options" section. Regards, Chethan YM
... View more
07-19-2023
03:13 AM
Hi , I think you need to check with Power BI team whether setting parameters at session level is supported or not. It's an issue/limitation at client side.
... View more
05-31-2023
05:58 AM
Hi, -> Have you tried restarting namenodes after adding the group name? -> The property name is "Superuser Group" , the "vega" is username or group name? If it is user name make sure there is "vega" group as well where "vega" user is part of and give a try again. Regards, Chethan YM
... View more