Seqfile Warning

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
raju4u
Participant
Posts: 56
Joined: Thu Dec 13, 2007 12:30 am

Seqfile Warning

Post 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.
N R REDDY
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You had at least one short record. It was expecting it to be 80 bytes long and only found 14.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Or the record was the right length to a human, but contained a line terminator character.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply