Re: Map/Reduce tracker

2007-07-19 Thread ojh06
Not sure if I'm missing something here, but can you not just point your web browser at :50030 . Or does the information given there not cover what you need? Quoting Phantom <[EMAIL PROTECTED]>: I would like to understand how the map jobs are assigned. Intuitively it would seem that the jobs

Re: Map/Reduce tracker

2007-07-19 Thread Phantom
I would like to understand how the map jobs are assigned. Intuitively it would seem that the jobs would be assigned to the nodes that contain the blocks needed for the map task. However this need not be necessarily true. Figuring where the blocks are placed would help me understand this a little m

Re: Map/Reduce tracker

2007-07-19 Thread Arun C Murthy
On Thu, Jul 19, 2007 at 08:57:42AM -0700, Phantom wrote: >Hi All > >Is there a way to find out on which nodes in my cluster the Map/Reduce jobs >are running after I submit my job ? Short answer: No. Is there a specific reason you need this? Maybe we can try and help you given a more detailed des

Map/Reduce tracker

2007-07-19 Thread Phantom
Hi All Is there a way to find out on which nodes in my cluster the Map/Reduce jobs are running after I submit my job ? Also is there anyways to determine given a file where the different blocks of the file are stored ? Thanks A