Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
difference between FileUtil.copy method in Class fs.util vs HDFS command line ?
Labels:
- Labels:
-
Apache Hadoop
Expert Contributor
Created ‎04-11-2016 05:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
which is fastest way of copying files?
1 ACCEPTED SOLUTION
Master Guru
Created ‎04-12-2016 01:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
1 REPLY 1
Master Guru
Created ‎04-12-2016 01:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
