which appears
to fix the issue. I'm going to close this out as resolved as a result.
> Processing multiple input splits per mapper task
>
>
> Key: HADOOP-2560
> URL: https://issues.apache.org/jir
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
Hi,
If I am not using the HDFS, which file has the policy to determine the Input
Splits iven the job tracker and how job tacker distributes the tasks? where
are these policies located.
Are they pluggable??
Saurabh Agarwal
on HDFS (job.xml, input splits etc.) should have right
> access-control
> ---
>
> Key: HADOOP-4492
> URL: https://issues.apache.org/jira/browse/HADOOP-4492
>