> I have override the InputFormat and set the isspitable to return false. > My entire file has to go one mapper only as I set the issplitable false? >
Yes. 1) Could you double-check that you have only 1 input file in the input directory. 2) Did you configure your job to use your custom InputFormat (instead of the default one)?
