notes hadoop summmit '09
My notes on the Hadoop Summit '09 conference in Santa Clara this year. The conference was very energetic, and Hadoop's momentum is undeniable.
tutorial sort reducer input values in hadoop
I recently found the need to sort by value (intead of key) in Hadoop. Essentially, I wanted the reducer's values iterator to be sorted. There seem to be almost no docs, tutorials, or examples (that I could find) on the net for this.
