Re: Error While copying file from local to dfs

2016-03-06 Thread Naresh Jangra
Hi Vinodh, After looking at your configs below are my answer - 1. Use any other port in dfs.defaultFS property because 50075 is the port used for Datanode's WEB UI. Port in this property is mean to used for metadata transfer which is 8020 by default. You can use 8020 or any other except port in

Re: Error While copying file from local to dfs

2016-03-06 Thread Mallanagouda Patil
Hi Vinod, Can you try this. 1: core-site.XML hdfs://localhost 2: restart hadoop stop-dfs.sh and start-dfs.sh 2:try this command hadoop fs -copyFromLocal sourcefile / It copies file from Source file to hdfs root. I hope it helps. Thanks Mallan On Mar 5, 2016 11:11 AM, "Vinodh Nagaraj"

Error While copying file from local to dfs

2016-03-04 Thread Vinodh Nagaraj
Hi All, I am new bee to Hadoop. I installed hadoop 2.7.1 on windows 32 bit machine ( windows 7 ) for learning purpose. I can execute start-all.cmd successfully. When i execute jps,i got the below output. 28544 NameNode 35728 36308 DataNode 43828 Jps 40688 NodeManager 33820 ResourceManager My