Member since
08-03-2018
26
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 14257 | 05-30-2023 07:29 PM | |
| 8065 | 05-02-2019 05:18 AM |
05-30-2023
07:29 PM
2 Kudos
Hi @steven-matison The issue got fixed after making below 2 changes in /etc/krb5.conf file 1. Issue was a include line in my /etc/krb5.conf file which was not valid. Removed below from /etc/krb5.conf "includedir /etc/krb5.conf.d/" 2. On macOS the default client does not fall back to TCP. In krb5.conf prefix kdc value with tcp/ to force the client to use TCP if your corporate network blocks UDP. kdc = tcp/kdc.example.com:88 Regards, Banshi.
... View more
02-20-2022
09:19 PM
@banshidhar_saho, 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.
... View more
09-09-2020
06:59 AM
You need to upgrade to CDH 6.3 to get Impala 3.2. It's part of the CDH parcel and can't be upgraded independently.
... View more
11-04-2019
10:42 PM
hi Abhilash, I am facing same issue while running concurrent sessions at the same point. Did u find a solution to change the temp directory ?
... View more