Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Copy the contents of "output/ part-00000" in another folder located locally in Cloudera.

avatar
Explorer

I executed a MapReduce project successfully and I distinguished the result in part-00000 file in an output folder created during the project. I would like now to copy the contents of part-00000 file that I visualized in the terminal with the "hadoop fs -cat output / part-00000" command in another folder located locally. What should I do??

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Do you just mean you want to copy that file to your local machine? hdfs dfs -get [file]

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

Do you just mean you want to copy that file to your local machine? hdfs dfs -get [file]

avatar
Explorer

Yes, exactly, I mean this. I would like to copy the file result in my local machine.