Page 1 of 1

Seqfile Warning

Posted: Thu Jan 06, 2011 10:14 pm
by raju4u
Hi All

When i tried to read the data from seq file i am getting the following warning.

Import consumed only 14bytes of the record's 80 bytes (no further warnings will be generated from this partition)

Job completed successfully.but getting the warnings..
can anybody explain it..

Thanks.

Posted: Thu Jan 06, 2011 10:16 pm
by chulett
You had at least one short record. It was expecting it to be 80 bytes long and only found 14.

Posted: Thu Jan 06, 2011 10:18 pm
by ray.wurlod
Or the record was the right length to a human, but contained a line terminator character.