Hadoop on Windows - “Error JAVA_HOME is incorrectly set.”

前端 未结 7 1135
暖寄归人
暖寄归人 2021-01-04 14:24

I\'m trying to get Hadoop running \'Local Mode\' on my Windows machine. I\'ve been using this guide: http://hadoop.apache.org/docs/r1.2.1/single_node_setup.html

When

7条回答
  •  花落未央
    2021-01-04 14:56

    if your java environment path contains space, such as "C:\Program Files\java\xxxxx" , the word 《Program Files》 contains a space, so CMD can't identificate

    this is the right answer

提交回复
热议问题