Most InputFormats handle records that span blocks by always reading one
record into the next block and always skipping the first record of the
block unless it is reading the first block.

ben

김형준 wrote:
> I have a question.
>  
> If a record(one text line) is laid across two blocks, map function  can't 
> process that line
> because the line from TextInputFormat is not complete line.
> How do I resolve this problem?
>  
> Does HDFS support line formatted upload?(like DFSTextOutputStream),
>  
> Thank for your reply.

Reply via email to