Although this is the very basic question and might sound stupid, but I have to ask this question as this will not be able to make me move ahead in the course!
While running the commands I was a bit confused regarding the fact that which location is what. I mean, how the root folder of the HDFS and the normal local machine is different from each other?
I have -put the file using:
hdfs dfs -put <filename> and press enter this will save the file in the local machine I believe and if we put the "/" at the last in the same command this will save in the root folder of the hdfs .but I am unable to find the difference between these two!
I have put the same file to both the location and I can see the file inside the user/edureka folder. To which machine this edureka folder belongs?