Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

difference between FileUtil.copy method in Class fs.util vs HDFS command line ?

avatar
Contributor

which is fastest way of copying files?

1 ACCEPTED SOLUTION

avatar
Super Guru

The fileUtil.copy method works well during within a application (ie MapReduce). However if you are at command line then best to use hdfs cli.

View solution in original post

1 REPLY 1

avatar
Super Guru

The fileUtil.copy method works well during within a application (ie MapReduce). However if you are at command line then best to use hdfs cli.

Labels