0 votes
in HDFS by
I have a file “Sample” on HDFS. How can I copy this file to the local file system?

1 Answer

0 votes
by

This can be accomplished using the following command -

bin/hadoop fs -copyToLocal /hdfs/source/path /localfs/destination/path

Related questions

0 votes
asked Dec 21, 2022 in HDFS by Robin
0 votes
asked Jun 8, 2020 in HDFS by Robindeniel
...