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
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