Owen O'Malley wrote:
SequenceFile.Writer is more than willing to write unsorted files.
However MapFile.Writer would complain, since it creates an index for random-access, and requires that the data is well sorted. So it depends on your output format: SequenceFileOutputFormat and TextOutputFormat don't care, but MapFileOutputFormat does.
Doug
