Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.