Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Avro Reader provides the following functionality:

  • Opens all Avro files as discovered by the CIFS Connectora connector.
  • Streams records within the Avro file to the connector workflows as additional jobs (logical documents) for further processing.
  • Implemented as a standard download via Aspire Maven Repository and available in RedHat Package Management (RPM) form.
  • Integrated into the Aspire workflows via drag and drop in the Admin UI.
Outputs
Avro Files Extractor
Factory Namecom.searchtechnologies.aspire:aspire-avro-extractor
subType

default

Inputs

Job containing a data stream (object['contentStream'] which is a stream to the Avro File to process).

OutputsOne subDocument for each Avro record in the Avro file, submitted as a subjob.
Avro Reader
Factory NamesubTypeInputs

Configuration

Element
Type
Default
Description
subJobTimeoutlong600000timeout for subjobs in millis
debugbooleanfalseIf true it will log debug information from the component

Example Configurations