I have installed hadoop and spark on my Ubuntu 64-bit VMware player. The processes running are: ResourceManager, NodeManager, SecondaryNameNode and DataNode.
On entering the command: hdfs dfs -ls / I am presented with this error:
ls: No Route to Host from hadoop/127.0.1.1 to 192.168.232.143:9000 failed on socket timeout exception.
The highlighted ip is the inet ip on the VM. I am able to connect successfuly to this ip from FileZilla and view the files on the VM.
Aooreciate a quick response.
Regards, Sri
Hi Sridhar,
Your namenode is not running, please restart the hadoop services again.
Hope this helps.