Hi, In general, the file split may break the records, its the responsibility of the record reader to present the record as a whole. If you use standard available InputFormats, the framework will make sure complete records are presented in <key,value>.
Amogh On 1/29/10 9:04 AM, "Udaya Lakshmi" <[email protected]> wrote: Hi, When framework splits a file, will it happen that some part of a line falls in one split and the other part in some other split? Or is the framework going to take care that it always splits at the end of the line? Thanks, Udaya.
