Re: FW: WritableComparable value changing between Map and Reduce

2012-06-26 Thread Stan Rosenberg
You are using the default timezone. If the timezones differ, this could account for the discrepancy. Based on your (de)serialization code, the long value should be the same; its interpretation is different. stan On Tue, Jun 26, 2012 at 10:20 AM, Dave Shine < dave.sh...@channelintelligence.com> w

FW: WritableComparable value changing between Map and Reduce

2012-06-26 Thread Dave Shine
After about a week of researching, logging, etc. I have finally discovered what is happening, but I have no idea why. I have created my own WritableComparable object so I can emit it as the key from my Mapper. The object contains several Longs, one String, and one Date property. The following