I have installed Hadoop and HDFS
I am also able to create directories and use them using
hadoop fs -mkdir /tmp
hadoop fs -mkdir /small
Now i try to run the following command:
hadoop fs -mkdir temp
hadoop fs -ls
I get this error
ls: `.': No such file or directory
How to solve this? What am i doing wrong?