Generated by
JDiff

Class org.apache.hadoop.mapred.lib.HashPartitioner

Removed interface org.apache.hadoop.mapred.Partitioner.
Added interface org.apache.hadoop.mapred.Partitioner.

Now deprecated.

Changed Methods
int getPartition(Object, Object, int) Change in signature from (K2, V2, int) to (Object, Object, int).
Use Object#hashCode() to partition.