hadfs fs -ls/ at cloudera@localhost ~]$ is not working


1 Answer(s)


Hi Sapna,

There is space between ls and '/'. The correct command is:

$ hadoop fs -ls /

Hope this helps.

Thanks.

 

Note: Please vote up if you like the answer.