I
- the type for intermediate data, it must match the type supported by the Avro schemaO
- the type that represents each data entry being ingestedpublic interface IngestFromHdfsPlugin<I,O> extends IndexProvider, GeoWaveAvroSchemaProvider
Modifier and Type | Method and Description |
---|---|
IngestWithMapper<I,O> |
ingestWithMapper()
An implementation of ingestion that can be persisted to a mapper within the map-reduce job
configuration to perform an ingest of data into GeoWave from intermediate data
|
IngestWithReducer<I,?,?,O> |
ingestWithReducer()
An implementation of ingestion that can be persisted to a mapper and reducer within the
map-reduce job configuration to aggregate intermediate data by defined keys within a reducer
and perform an ingest of data into GeoWave from the key-value pairs emitted by the mapper.
|
boolean |
isUseReducerPreferred()
Returns a flag indicating to the ingestion framework whether it should try to use the
ingestWithMapper() implementation or the ingestWithReducer() implementation in the case that
both implementations are non-null.
|
getRequiredIndices
getAvroSchema
boolean isUseReducerPreferred()
IngestWithMapper<I,O> ingestWithMapper()
IngestWithReducer<I,?,?,O> ingestWithReducer()
Copyright © 2013–2022. All rights reserved.