You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-user@hadoop.apache.org by Stuti Awasthi <st...@hcl.com> on 2012/04/16 10:51:50 UTC

Copy file using Webhdfs

Hi ,
I am using webhdfs (REST urls) in hadoop-1.0.0 for filesystem operation. I am following "http://hadoop.apache.org/common/docs/r1.0.0/webhdfs.html "
There is no url supported for Copy files with HDFS. Usually we do it with FileUtils api or "-cp" command of shell.
Do we have a way to copy files in webhdfs also ?

Thanks
Stuti

::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------

Re: Copy file using Webhdfs

Posted by Robert Evans <ev...@yahoo-inc.com>.
Copying files has always involved downloading the data and then uploading it again. This is true of both FileUtils, and -cp from the command line.  IT really would be great to have a way for HDFS to do it for you, behind the scenes, but that is not implemented yet.

--Bobby Evans

On 4/16/12 3:51 AM, "Stuti Awasthi" <st...@hcl.com> wrote:

Hi ,
I am using webhdfs (REST urls) in hadoop-1.0.0 for filesystem operation. I am following "http://hadoop.apache.org/common/docs/r1.0.0/webhdfs.html "
There is no url supported for Copy files with HDFS. Usually we do it with FileUtils api or "-cp" command of shell.
Do we have a way to copy files in webhdfs also ?

Thanks
Stuti

::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------