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

前端 未结 2 1278
一生所求
一生所求 2021-02-20 02:36

I installed Hadoop and Pig using brew install hadoop and brew install pig.

I read here that you will to get Una

相关标签:
2条回答
  • 2021-02-20 02:58

    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.

    0 讨论(0)
  • 2021-02-20 03:15

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

    0 讨论(0)
提交回复
热议问题