12.5. Avro ProcessorsΒΆ
GeoAvro processors (AvroToPutGeoMesa*
) accept the following configuration parameters for specifying the
input source. Each datastore-specific processor also has additional parameters for connecting to the datastore,
detailed in the following sections.
Property |
Description |
---|---|
|
Name of the SFT on the classpath to use. This property overrides SftSpec. |
|
SFT specification String. Overridden by SftName if both are set. |
|
Override the feature type name from the Avro file schema |
|
Use the feature ID from the Avro file, or generate a new random feature ID |
The SftName
, SftSpec
and FeatureNameOverride
properties are optional. If not specified, the schema
from the Avro file will be used.