Class 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
      Exporter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void map​(org.ojai.Value key, org.ojai.Document value, 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 Detail

      • Exporter

        public Exporter()
    • Method Detail

      • map

        public void map​(org.ojai.Value key,
                        org.ojai.Document value,
                        org.apache.hadoop.mapreduce.Mapper.Context context)
                 throws java.io.IOException,
                        java.lang.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:
        java.io.IOException
        java.lang.InterruptedException