You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Steve Loughran <st...@apache.org> on 2008/09/01 13:07:23 UTC

Re: git clone of hadoop core?

Christophe Taton wrote:
> Hi Owen,
> 
> I use: git-svn clone http://svn.apache.org/repos/asf/hadoop/core/trunk
> This is a *very* long operation which will download ~70Mb from the svn.
> 
> Hope this helps!
> 
> Cheers,
> Christophe

There's an EU hosted SVN server too, svn.eu.apache.org; this passes back 
all writes to the main svn server but serves up reads from its 
(synchronized) cache. Its closer geographically for anyone in the EU and 
nearby areas, and should put less load on the central servers than 
grabbing a 70mb fetch, so infrastructure are less likely to block the 
operation.

before doing a 70MB download, ping the sites and see which is closer/faster.

-steve