Package com.mapr.db.mapreduce.tools
Class Export.Exporter
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<org.ojai.Value,org.ojai.Document,com.mapr.db.mapreduce.impl.ByteBufWritableComparable,com.mapr.db.mapreduce.impl.ByteBufWritableComparable>
com.mapr.db.mapreduce.tools.Export.Exporter
- Enclosing class:
- Export
public static class Export.Exporter
extends org.apache.hadoop.mapreduce.Mapper<org.ojai.Value,org.ojai.Document,com.mapr.db.mapreduce.impl.ByteBufWritableComparable,com.mapr.db.mapreduce.impl.ByteBufWritableComparable>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(org.ojai.Value key, org.ojai.Document value, org.apache.hadoop.mapreduce.Mapper<org.ojai.Value, org.ojai.Document, com.mapr.db.mapreduce.impl.ByteBufWritableComparable, com.mapr.db.mapreduce.impl.ByteBufWritableComparable>.org.apache.hadoop.mapreduce.Mapper.Context context) Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, run, setup
-
Constructor Details
-
Exporter
public Exporter()
-
-
Method Details
-
map
public void map(org.ojai.Value key, org.ojai.Document value, org.apache.hadoop.mapreduce.Mapper<org.ojai.Value, org.ojai.Document, throws IOException, InterruptedExceptioncom.mapr.db.mapreduce.impl.ByteBufWritableComparable, com.mapr.db.mapreduce.impl.ByteBufWritableComparable>.org.apache.hadoop.mapreduce.Mapper.Context context) - Overrides:
mapin classorg.apache.hadoop.mapreduce.Mapper<org.ojai.Value,org.ojai.Document, com.mapr.db.mapreduce.impl.ByteBufWritableComparable, com.mapr.db.mapreduce.impl.ByteBufWritableComparable> - Throws:
IOExceptionInterruptedException
-