In my server application I\'m connecting to Kerberos secured Hadoop cluster from my java application. On the application startup I do call
UserGroupInformati
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.