Relation between number of map tasks and input splits

2010-09-23 Thread Farhan Husain
Hello, Can a map task work on more than one input split? I am using hadoop-0.20.1 and in my map method I need to know the name of the file I am getting input from. I use the following code to get that: String inputFile = ((FileSplit) context.getInputSplit()).getPath().getName(); If a map works o

Re: [ANNOUNCE] Apache Hadoop 0.21.0 released

2010-09-15 Thread Farhan Husain
Hello Tom, Is it possible to know when the testing would be finished? Thanks, Farhan On Tue, Aug 24, 2010 at 2:18 PM, Tom White wrote: > Hi everyone, > > I am pleased to announce that Apache Hadoop 0.21.0 is available for > download from http://hadoop.apache.org/common/releases.html. > > Over