java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. spark Eclipse on windows 7

前端 未结 12 768
名媛妹妹
名媛妹妹 2020-11-28 02:49

I\'m not able to run a simple spark job in Scala IDE (Maven spark project) installed on Windows 7

Spark core dependency has be

12条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-28 03:25

    On Windows 10 - you should add two different arguments.

    (1) Add the new variable and value as - HADOOP_HOME and path (i.e. c:\Hadoop) under System Variables.

    (2) Add/append new entry to the "Path" variable as "C:\Hadoop\bin".

    The above worked for me.

提交回复
热议问题