public class GeoMesaAccumuloInputFormat
extends org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>
| Constructor and Description |
|---|
GeoMesaAccumuloInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(org.apache.hadoop.mapreduce.Job job,
Map<String,String> dataStoreParams,
org.geotools.data.Query query) |
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature> |
createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext context) |
public List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext context) throws IOException, InterruptedException
getSplits in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>IOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature> createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>IOExceptionInterruptedExceptionCopyright © 2013–2023. All rights reserved.