unable to load native-hadoop library for your platform... using builtin-java classes code example
Example: WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Sounds silly, but if you've copied .bashrc lines from somewhere
check that the quotation marks are like this:
export HADOOP_OPTS="-Djava.library.path=$HADOOP_HOME/lib/native"
and not like this
export HADOOP_OPTS=”-Djava.library.path=$HADOOP_HOME/lib/native”
...took me some time