kite-sdk / kite

Kite SDK
http://kitesdk.org/docs/current/
Apache License 2.0
394 stars 263 forks source link

CDK-1012: Properly use the SequenceFile.reader.stream to pass in record stream #376

Closed n3wtn9 closed 9 years ago

n3wtn9 commented 9 years ago

The morphline command ReadSequenceFile was only reading the first record from the sequence file because the reader assumes some length of the root directory. This prematurely closes the reader before it scans for subsequent records.