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

前端 未结 2 1279
一生所求
一生所求 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.

提交回复
热议问题