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

后端 未结 8 564
梦毁少年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:42

    The version mismacth is main cause for this issue. Follow complete hadoop version with java library will solve the issue and if you still face issue and working on hadoop 3.1.x version use this library to download bin

    https://github.com/s911415/apache-hadoop-3.1.0-winutils/tree/master/bin

提交回复
热议问题