public class HasherPartitioner extends cascading.tuple.util.TupleHasher implements org.apache.hadoop.conf.Configurable
As of Cascading 2.7 the hashing used to calculate partitions has been changed to use Murmur3. Users that rely on the
old behaviour should set HASHER_PARTITIONER_USE_LEGACY_HASH to
true.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HASHER_PARTITIONER_USE_LEGACY_HASH |
| Constructor and Description |
|---|
HasherPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public static final java.lang.String HASHER_PARTITIONER_USE_LEGACY_HASH
public HasherPartitioner()
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.