org.apache.hadoop.mapred.lib
Class MobiusDelegatingInputFormat<K,V>

java.lang.Object
  extended by org.apache.hadoop.mapred.lib.DelegatingInputFormat<K,V>
      extended by org.apache.hadoop.mapred.lib.MobiusDelegatingInputFormat<K,V>
Type Parameters:
K -
V -
All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<K,V>

public class MobiusDelegatingInputFormat<K,V>
extends org.apache.hadoop.mapred.lib.DelegatingInputFormat<K,V>

This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0. This product contains portions derived from Apache hadoop which is licensed under the Apache License, Version 2.0, available at http://hadoop.apache.org. © 2007 – 2012 eBay Inc., Evan Chiu, Woody Zhou, Neel Sundaresan


Constructor Summary
MobiusDelegatingInputFormat()
           
 
Method Summary
 java.lang.Class<AbstractMobiusMapper> getMapper(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf conf)
           
 org.apache.hadoop.mapred.RecordReader<K,V> getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf conf, org.apache.hadoop.mapred.Reporter reporter)
           
 
Methods inherited from class org.apache.hadoop.mapred.lib.DelegatingInputFormat
getSplits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobiusDelegatingInputFormat

public MobiusDelegatingInputFormat()
Method Detail

getMapper

public java.lang.Class<AbstractMobiusMapper> getMapper(org.apache.hadoop.mapred.InputSplit split,
                                                       org.apache.hadoop.mapred.JobConf conf)
                                                throws java.io.IOException
Throws:
java.io.IOException

getRecordReader

public org.apache.hadoop.mapred.RecordReader<K,V> getRecordReader(org.apache.hadoop.mapred.InputSplit split,
                                                                  org.apache.hadoop.mapred.JobConf conf,
                                                                  org.apache.hadoop.mapred.Reporter reporter)
                                                           throws java.io.IOException
Specified by:
getRecordReader in interface org.apache.hadoop.mapred.InputFormat<K,V>
Overrides:
getRecordReader in class org.apache.hadoop.mapred.lib.DelegatingInputFormat<K,V>
Throws:
java.io.IOException