Hello, On Tue, Nov 22, 2011 at 3:30 PM, Harsh J <[email protected]> wrote:
> Unless you use a TotalOrderPartitioner, the outputs are only sorted > per partition file. > > See > http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapred/lib/TotalOrderPartitioner.html > for achieving a total order sort output, which would give you what you > want. > This answers my question, thanks a lot for your quick response! -- Leon Mergen
