Lance Amundsen wrote:
I want 1 map per record, from one file, for any number of records, and I want it guaranteed.
Then you need to write your own InputFormat implementation. The default implementations are designed to optimize for input i/o, which is not your concern.
Doug