Are you using a hash partioner? If so make sure the hash value of the writable is not calculated using the hashCode value of the enum - use the ordinal value instead. The hashcode value of an enum is different for each jvm.
- WritableComparable Stan Rosenberg
- Re: WritableComparable Joey Echeverria
- Re: WritableComparable Stan Rosenberg
- Re: WritableComparable Joey Echeverria
- Re: WritableComparable Stan Rosenberg
- Re: WritableComparable Chris White
- Re: WritableComparable Stan Rosenberg
- Re: WritableComparable Chris White
- Re: WritableComparable Stan Rosenberg
