I have completed configured hadoop in Centos 6,64-bit using eclipse IDE, and created 3 classes of java like Mapper,Reducer and Driver.. but when I run my programme on hadoop it throws following exception:
14/04/28 15:03:39 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
14/04/28 15:03:39 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
14/04/28 15:03:39 WARN mapred.JobClient: No job jar file set. User classes may not be found. See JobConf(Class) or JobConf#setJar(String).
I have checked this link too, Hadoop "Unable to load native-hadoop library for your platform" warning but unfortunately I couldn't understand yet.