I got error "Credential cache is empty" during ODBC Hive tests. See full error detail
ODBC Hive - Test Results
[Cloudera][Hardy] (34) Error from server: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Credential cache is empty).
Do you have any experience?
I tested different setting of MIT Kerberos in Windows e.g.:
- generate kerberos ticket,
kinit.exe -k -t app_store.keytab [email protected]'
- checked kerberos tickets in cache,
klist.exe
- setup
KRB5CCNAME=C:\cache\krb5cache
andKRB5_CONFIG=c:\ProgramData\MIT\Kerberos5\krb5.ini
I see a few possible issues:
KRB5CCNAME=%USERPROFILE%\krb5cache
kinit.exe -k -t "c:\Apps\MIT\Kerberos\store.keytab" [email protected]