I am trying to create input and output folders on the hdfs file system, I have used this command
hadoop dfs -mkdir -p /usr/local/hadoop/input
and it is showing me this error,
"Unable to load native-hadoop library for your platform"
What can I do, can anyone tell me.