Exception in thread “main” java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z

后端 未结 8 579
梦毁少年i
梦毁少年i 2020-12-18 19:09

trying to run MR program version(2.7) in windows 7 64 bit in eclipse while running the above exception occurring . I verified that using 64 bit 1.8 java version and observ

8条回答
  •  醉话见心
    2020-12-18 19:40

    In addition to other solutions, Please download winutil.exe and hadoop.dll and add to $HADOOP_HOME/bin. It works for me.

    https://github.com/steveloughran/winutils/tree/master/hadoop-2.7.1/bin

    Note: I'm using hadoop-2.7.3 version

提交回复
热议问题