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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    map(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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,com.mapr.db.mapreduce.impl.ByteBufWritableComparable,com.mapr.db.mapreduce.impl.ByteBufWritableComparable>.org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
      Overrides:
      map in class org.apache.hadoop.mapreduce.Mapper<org.ojai.Value,org.ojai.Document,com.mapr.db.mapreduce.impl.ByteBufWritableComparable,com.mapr.db.mapreduce.impl.ByteBufWritableComparable>
      Throws:
      IOException
      InterruptedException