Exception in thread "main" java.lang.UnsatisfiedLinkError:org.apache.hadoop.io.nativeio.NativeIO$Win

#Exception in thread "main"java.lang.UnsatisfiedLinkError:

org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z


eclipse上运行Hadoop报错:Exception in thread "main"java.lang.UnsatisfiedLinkError:

org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z这个问题,搞了很长时间才找到解决的办法。


在网上找到解决方案是:由于hadoop.dll 版本问题出现的,这是由于hadoop.dll 版本问题,2.4之前的和自后的需要的不一样,需要选择正确的版本(包括操作系统的版本),并且在 Hadoop/bin C\windows\system32 上将其替换。

----------

原下载地址:[http://download.csdn.net/detail/myamor/8393459](http://download.csdn.net/detail/myamor/8393459)

你可能感兴趣的:(hadoop环境搭建)