You can use any of these:

1. bin/hadoop dfs -get hdfsfile <remote filename>
2. Thrift API : http://wiki.apache.org/hadoop/HDFS-APIs
3. use fuse-mount ot mount hdfs as a regular file system on remote machine:
    http://wiki.apache.org/hadoop/MountableHDFS

thanks,
dhruba



On Mon, Apr 20, 2009 at 9:40 PM, Parul Kudtarkar <
parul_kudtar...@hms.harvard.edu> wrote:

>
> Our application is using hadoop to parallelize jobs across ec2 cluster.
> HDFS
> is used to store output files. How would you ideally copy output files from
> HDFS to remote databases?
>
> Thanks,
> Parul V. Kudtarkar
> --
> View this message in context:
> http://www.nabble.com/Copying-files-from-HDFS-to-remote-database-tp23149085p23149085.html
> Sent from the Hadoop lucene-users mailing list archive at Nabble.com.
>
>

Reply via email to