org.apache.hadoop.zebra.mapred
Class ZebraOutputPartition
java.lang.Object
org.apache.hadoop.zebra.mapred.ZebraOutputPartition
- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable
public abstract class ZebraOutputPartition
- extends Object
- implements org.apache.hadoop.conf.Configurable
Field Summary |
protected org.apache.hadoop.conf.Configuration |
jobConf
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobConf
protected org.apache.hadoop.conf.Configuration jobConf
ZebraOutputPartition
public ZebraOutputPartition()
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
- Specified by:
setConf
in interface org.apache.hadoop.conf.Configurable
getConf
public org.apache.hadoop.conf.Configuration getConf()
- Specified by:
getConf
in interface org.apache.hadoop.conf.Configurable
getOutputPartition
public abstract int getOutputPartition(org.apache.hadoop.io.BytesWritable key,
Tuple Value)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation