hdfs icon indicating copy to clipboard operation
hdfs copied to clipboard

Problem with kerberos authentication: v4 configurations are not supported

Open vkuznet opened this issue 5 years ago • 2 comments

After installing hdfs I got the following error:

Problem with kerberos authentication: v4 configurations are not supported

How this problem should be addressed?

vkuznet avatar Apr 08 '20 19:04 vkuznet

Hi @vkuznet,

Thanks for the bug report! Would you mind including a list of steps to reproduce the problem?

colinmarc avatar Jun 05 '20 10:06 colinmarc

Hmm, there is nothing really to show, what I did is the following:

$ cd gohdfs-v2.1.1-linux-amd64/

$ knit
.... # I provide my credentials

$ klist
... # it shows my Kerberos ticket info

$ hdfs ls hdfs:///cms/tmp
Problem with kerberos authentication: v4 configurations are not supported

$ hdfs ls /cms/tmp
Problem with kerberos authentication: v4 configurations are not supported

I did checked that my Hadoop environment is set though:

env | grep HADOOP
HADOOP_HOME=/etc/hadoop
HADOOP_CONF_DIR=/etc/hadoop/conf

And, I checked that I have cache file:

env | grep KRB5CCNAME
KRB5CCNAME=FILE:/tmp/krb5cc_13635_bNaF6fXnfS

vkuznet avatar Jun 05 '20 11:06 vkuznet