I am still a newbie learner of Hadoop, and this time I was trying to process a 106GB file.
I used -copyFromLocal
to copy that big file to my Hadoop DFS, but since the file is big I have to wait for a long time without a clue about the current copying status.
Is there any way to show the current file copying status with this command?
Thank you guys in advance for your help!