无法加载本机Hadoop库

时间:2015-11-19 13:51:22

标签: hadoop x86

我已经看到了这些问题,但它并没有为我解决任何问题。

所以我得到了Kubuntu 15.04

uname -a  
Linux laptop 3.19.0-31-generic #36-Ubuntu SMP Wed Oct 7 15:03:41 UTC 2015 i686 i686 i686 GNU/Linux  

echo $HADOOP_OPTS  
-Djava.library.path=/opt/hadoop/hadoop-2.7.1/lib/native

sbin/start-dfs.sh   
15/11/19 14:35:51 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Incorrect configuration: namenode address dfs.namenode.servicerpc-address or dfs.namenode.rpc-address is not configured.
Starting namenodes on [OpenJDK Server VM warning: You have loaded library /opt/hadoop/hadoop-2.7.1/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.]

java -version  
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.15.04.1)
OpenJDK Server VM (build 24.79-b02, mixed mode)

因为我有一个32位系统。我根本不应该有这些问题吗? 自从我已经尝试了原生的HADOOP_OPTS以及最终没有原生的HADOOP_OPTS以来,它似乎也没有改变任何东西。
那可能是什么?

0 个答案:

没有答案