Still getting "Unable to load realm info from SCDynamicStore" after bug fix Still getting "Unable to load realm info from SCDynamicStore" after bug fix hadoop hadoop

Still getting "Unable to load realm info from SCDynamicStore" after bug fix


As dturnanski suggests, you need to use an older JDK. You can set this in the hadoop-env.sh file by changing the JAVA_HOME setting to:

export JAVA_HOME=`/usr/libexec/java_home -v 1.6`

(Note the grave quotes here.) This fixed the problem for me.


I had the same issue with java 7. works with java 6