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 description... >Also is there anyways to determine given >a file where the different blocks of the file are stored ? > I think http://lucene.apache.org/hadoop/api/org/apache/hadoop/fs/FilterFileSystem.html#getFileCacheHints(org.apache.hadoop.fs.Path,%20long,%20long) is what you want... hth, Arun
