public class GeoMesaOutputFormat
extends org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>
| Constructor and Description |
|---|
GeoMesaOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext context) |
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
static void |
setOutput(org.apache.hadoop.conf.Configuration conf,
Map<String,String> dataStoreParams,
org.opengis.feature.simple.SimpleFeatureType type) |
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
getRecordWriter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>IOExceptionInterruptedExceptionpublic void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext context)
throws IOException,
InterruptedException
checkOutputSpecs in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>IOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
getOutputCommitter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.opengis.feature.simple.SimpleFeature>IOExceptionInterruptedExceptionCopyright © 2013–2024. All rights reserved.