Hello,

2011/2/14 Wang LiChuan[王立传] <lcw...@arcsoft.com>:
> So my question is this:
>
> If I return "false"  in the function of "isSplitable" to tell the framework, 
> it's a none-splittable file, when doing map/reduce, how many map task may I 
> have?Does I have 100 map, and each one handle a file? Or do you have any 
> suggestions on how to handle this kind of situation?

Yes, this is what should happen if the splits aren't made. InputSplits
are created for the full length of each input file in this case.

-- 
Harsh J
www.harshj.com

Reply via email to