JAVA _Home is not set in Hadoop

前端 未结 8 1239
耶瑟儿~
耶瑟儿~ 2021-01-05 00:03

I am a beginner with hadoop and trying to install and run hadoop in my Ubuntu as a single node cluster. This is my JAVA_HOME in my hadoop_env.sh

# The java          


        
8条回答
  •  庸人自扰
    2021-01-05 00:42

    Under your HADOOP_HOME/conf directory please update the hadoop-env.sh file. It has entry to export JAVA_HOME.

    Setting to appropriate JAVA_HOME in this file should solve your issue.

提交回复
热议问题