[jira] [Resolved] (HADOOP-2560) Processing multiple input splits per mapper task

2014-07-17 Thread Allen Wittenauer (JIRA)
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

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

Input splits

2010-05-14 Thread Saurabh Agarwal
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

[jira] Resolved: (HADOOP-4492) Job-specific data on HDFS (job.xml, input splits etc.) should have right access-control

2009-09-28 Thread Owen O'Malley (JIRA)
on HDFS (job.xml, input splits etc.) should have right > access-control > --- > > Key: HADOOP-4492 > URL: https://issues.apache.org/jira/browse/HADOOP-4492 >