Hi Nitin It's likely that your hadoop command isn't finding the right configuration. In particular it doesn't know where your namenode is (fs.default.namesetting in core-site.xml)
Maybe you need to set the HADOOP_CONF_DIR environment variable to point to your conf directory. Dave On 13 July 2012 14:11, Nitin Pawar <nitinpawar...@gmail.com> wrote: > Hi, > > I have done setup numerous times but this time i did after some break. > > I managed to get the cluster up and running fine but when I do hadoop dfs > -ls / > > it actually shows me contents of linux file system > > I am using hadoop-1.0.3 on rhel5.6 > > Can anyone suggest what I must have done wrong? > > -- > Nitin Pawar >