|
|
-
Re: Shuffling over the network for local map data.Steve Loughran 2013-01-22, 16:46
It's just using the loopback address, right -not going on to the external
network and back again? On 22 January 2013 03:22, Suresh Kumar <[EMAIL PROTECTED]> wrote: > Hello, > > I noticed that the shuffle phase is reading data over http even when data > is available locally. The version of hadoop I'm using is 1.0.3. Is there a > reason it is implemented this way ? Is it OK to make a change that will > identify that the data is available locally and read from the local disk > instead of the http? > > I'm new to this developer list and apache developer list in general. So > please feel free to let me know if there is a certain etiquette that I'm > not following. > > Thanks, > Suresh. > |