My HDFS path and local path

Hi all,
How to find my hdfs path location.if i want to put somefilese there.is that loacal path and hdfs paths are same…??
kindly help some one related to this issue

Hi @chanduynaidu7823,

Please feel free to explore the earlier discussions. A quick google search on the same would have given you an instant result. This forum is been live from long time and most of the common questions already have answer in the forum.

For your question, this discussion will help you.

Hope this helps.

Thanks

hadoop fs -ls gives you the list of files in hdfs
and ls and pwd are local file system related commands