Hadoop command without URI

2016-03-19 Thread Vinodh Nagaraj
Hi All, I configured Hadoop 2.7.1 on Windows 32 bit. Core-site.xml - fs.defaultFS hdfs://localhost/ when i execute the below command,it shows error. C:\hadoop-2.7.1\hadoop-2.7.1\sbin>*hadoop fs -ls* ls: `.': No such file or directory If i execute like below,it

Re: Hadoop command without URI

2016-03-19 Thread Namikaze Minato
I don't think you need to change anything, no. If you do >hadoop fs -ls / You should have the same output as your hadoop fs -ls hdfs://localhost/ Regards, LLoyd On 18 March 2016 at 11:41, Vinodh Nagaraj wrote: > Hi All, > > I configured Hadoop 2.7.1 on Windows 32