Auto renewal of Kerberos ticket not working from Java

后端 未结 2 2001
渐次进展
渐次进展 2020-12-22 00:44

In my server application I\'m connecting to Kerberos secured Hadoop cluster from my java application. On the application startup I do call

UserGroupInformati         


        
2条回答
  •  自闭症患者
    2020-12-22 01:27

    Looks like the hadoop-common jar used in your java application does not match with the server. Please modify your java application to use the same version of hadoop jars exists in server.

提交回复
热议问题