org.elasticsearch.hadoop.pig
Class EsPigInputFormat
java.lang.Object
org.apache.hadoop.mapreduce.InputFormat<K,V>
org.elasticsearch.hadoop.mr.EsInputFormat<String,Map>
org.elasticsearch.hadoop.pig.EsPigInputFormat
- All Implemented Interfaces:
- InputFormat<String,Map>
public class EsPigInputFormat
- extends EsInputFormat<String,Map>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EsPigInputFormat
public EsPigInputFormat()
createRecordReader
public EsPigInputFormat.PigShardRecordReader createRecordReader(InputSplit split,
TaskAttemptContext context)
- Overrides:
createRecordReader
in class EsInputFormat<String,Map>
getRecordReader
public EsPigInputFormat.PigShardRecordReader getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
- Specified by:
getRecordReader
in interface InputFormat<String,Map>
- Overrides:
getRecordReader
in class EsInputFormat<String,Map>