getting JAVA_HOME is incorrectly set with hadoop

前端 未结 6 1559
灰色年华
灰色年华 2020-12-14 03:48

I just downloaded hadoop and unzipped the file. but when I run hadoop version command from command prompt , I\'m getting below error . I double check and JAVA_HOME is set t

6条回答
  •  粉色の甜心
    2020-12-14 04:14

    Try changing the path from

    C:\Program Files\Java\jdk1.8.0_45

    to

    C:\PROGRA~1\Java\jdk1.8.0_45.

提交回复
热议问题