On May 28, 2009, at 5:15 AM, Stuart White wrote:
I need to process a dataset that contains text records of fixed length in bytes. For example, each record may be 100 bytes in length
The update to the terasort example has an InputFormat that does exactly that. The key is 10 bytes and the value is the next 90 bytes. It is pretty easy to write, but I should upload it soon. The output types are Text, but they just have the binary data in them.
-- Owen