I know I can get current InputSplit inside a mapper with

 InputSplit split = context.getInputSplit();

but is there a way to get a list of all InputSplits?

cheers
--
Torsten

Reply via email to