-
-
Notifications
You must be signed in to change notification settings - Fork 41
Kerberos // Failed to extract principal from ticket cache: Bad format in credentials cache #158
Comments
A ticket cache is not the same as a keytab file. You should use the keytab file together with
and check what happened with |
Yeah you're right @martindurant sorry, just released that ! Got another problem now which is not really explicit :/ I'll investigate
|
Never saw that one before :| This message is also coming from the c-library layer, not the python library. |
Actually, i got more logs info via the python shell as below :
I noticed that ERROR Failed to setup RPC connection I tried to overwrite this by :
but still not working, does actually this stuff get overwritten by the core-site.xml ? Didn't set any global env however... PS : I'm also running on cdh cluster but can't change core-site.xml |
To attempt to get "privacy" working, you could try installing https://anaconda.org/mdurant/libgsasl/1.8.1/download/linux-64/libgsasl-1.8.1-1.tar.bz2 explicitly - better do that in a clean environment. Note that you might also be interested in trying arrow's libhdfs native connector (no "3" in that name), which has closer integration with the java security infrastructure. |
Hi there,
We got a clustered kerberos with SSL, and I basically used the same keytab that I'm using for other services to try out hdfs3 like this :
and got the error :
Any clue ?
Thx!
The text was updated successfully, but these errors were encountered: