Class FeatureWriterJob.MyMapper
- java.lang.Object
-
- org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.geotools.api.feature.simple.SimpleFeature,org.apache.hadoop.io.Text,org.geotools.api.feature.simple.SimpleFeature>
-
- org.locationtech.geomesa.accumulo.jobs.mapreduce.interop.FeatureWriterJob.MyMapper
-
- Enclosing class:
- FeatureWriterJob
public static class FeatureWriterJob.MyMapper extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.geotools.api.feature.simple.SimpleFeature,org.apache.hadoop.io.Text,org.geotools.api.feature.simple.SimpleFeature>
-
-
Constructor Summary
Constructors Constructor Description MyMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmap(org.apache.hadoop.io.Text key, org.geotools.api.feature.simple.SimpleFeature value, org.apache.hadoop.mapreduce.Mapper.Context context)
-
-
-
Method Detail
-
map
public void map(org.apache.hadoop.io.Text key, org.geotools.api.feature.simple.SimpleFeature value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException- Overrides:
mapin classorg.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,org.geotools.api.feature.simple.SimpleFeature,org.apache.hadoop.io.Text,org.geotools.api.feature.simple.SimpleFeature>- Throws:
IOExceptionInterruptedException
-
-