I am new to Hadoop i have downloaded hadoop tar file and did set up for my windows personal laptop. i am able to create directory in C drive with hdfs dfs -mkdir /testDirHadoop2
command, i am also able to create a file in that directory using hdfs dfs -touchz /testDirHadoop2/test.txt
this command. But when i try to run hdfs dfs -ls /testDirHadoop2
it is trowing below error
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z
Can some one please help me get rid of this ?