public abstract class ZebraOutputPartition
extends java.lang.Object
implements org.apache.hadoop.conf.Configurable
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.conf.Configuration |
jobConf |
Constructor and Description |
---|
ZebraOutputPartition() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
abstract int |
getOutputPartition(org.apache.hadoop.io.BytesWritable key,
Tuple Value) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public abstract int getOutputPartition(org.apache.hadoop.io.BytesWritable key, Tuple Value) throws java.io.IOException
java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation