How to copy file from HDFS to the local file system
I tried moving the files using WinSCP, but it didn’t help. So, I wanna know how can I copy files from HDFS to my local computer file system.
There are two approaches you can use to do hadoop copy to local task,
hadoop fs -get
hadoop fs -copyToLocal
Another thing you can try and do is simply download it with your web browser.