You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Shirley Cohen <sc...@cs.utexas.edu> on 2008/07/27 17:41:21 UTC

partitioning the inputs to the mapper

How do I partition the inputs to the mapper, such that a mapper  
processes an entire file or files? What is happening now is that each  
mapper receives only portions of a file and I want them to receive an  
entire file. Is there a way to do that within the scope of the  
framework?

Thanks,

Shirley