Error when installing Hadoop 2.3.0 on Windows 7
问题 I am following the installation process outlined in the link: http://www.srccodes.com/p/article/38/build-install-configure-run-apache-hadoop-2.2.0-microsoft-windows-os When running the 'start-dfs' command I get the following error: FATAL namenode.NameNode: Exception in namenode join java.lang.UnsatisfiedLinkError: org.apache.hadoop.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z Any suggestions on how to fix this and finish configuring Hadoop? Thanks! 来源: https://stackoverflow.com