Where is the classpath set for hadoop
Where is the classpath for hadoop set? When I run the below command it gives me the classpath. Where is the classpath set? I’m using hadoop 2.6.0
Where is the classpath for hadoop set? When I run the below command it gives me the classpath. Where is the classpath set? I’m using hadoop 2.6.0
I assume you’re running Hadoop on 64bit CentOS. The reason you saw that warning is the native Hadoop library $HADOOP_HOME/lib/native/libhadoop.so.1.0.0 was actually compiled on 32 bit. Anyway, it’s just a warning, and won’t impact Hadoop’s functionalities. Here is the way if you do want to eliminate this warning, download the source code of Hadoop and recompile libhadoop.so.1.0.0 on 64bit … Read more