hadoop ls: Cannot access .: No such file or directory.

Hadoop by default access /user/YOURLOGINNAME

when we try to ls a directory

So just do the following

hadoop fs -mkdir /user
hadoop fs -mkdir /user/YOURLOGINNAME

Then do hadoop fs -ls

It would work

Thanks for reading :)

1 comment:

Please share your views and comments below.

Thank You.