RE: Partitioners - How to know if they are working

2012-02-17 Thread ext-fabio.almeida
Rosenstrauch [mailto:dar...@darose.net] Sent: Friday, February 17, 2012 12:16 AM To: mapreduce-u...@hadoop.apache.org Subject: Re: Partitioners - How to know if they are working On 02/16/2012 12:49 PM, ext-fabio.alme...@nokia.com wrote: > Hello All, > I wrote my own partitioner and I would l

Re: Partitioners - How to know if they are working

2012-02-16 Thread Harsh J
Hi Fabio, There are test cases in the MapReduce project releases that test setting a custom partitioner and ensuring it works as intended. But if you still wish to assert/assure self, you should be able to add a LOG statement to your custom Partitioner class's initialization methods, that may ind