You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by prasenjit mukherjee <pr...@gmail.com> on 2010/01/21 06:19:30 UTC

speeding up amazon-s3 fetch

My observation is that it is  faster to first get a pre-signed url and
then use a simple http-get when compared to directly using "hadoop fs
-copyToLocal s3n:// ..." command.  Anybody else seeing the same or its
just a temporary observation  ?