Hello, On Fri, Feb 25, 2011 at 6:38 PM, Alessandro Binhara <binh...@gmail.com> wrote: > How to copy a file from a HDS to local file system with a JAVA API ? > where i can find a documentation and example about it?
Have a look at the FileSystem API (http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/fs/FileSystem.html). You're looking for the FileSystem::copyToLocal(...) methods, specifically. -- Harsh J www.harshj.com