ConvertAvroToParquet 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-parquet-nar
Description
Converts Avro records into Parquet file format. The incoming FlowFile should be a valid avro file. If an incoming FlowFile does not contain any records, an empty parquet file is the output. NOTE: Many Avro datatypes (collections, primitives, and unions of primitives, e.g.) can be converted to parquet, but unions of collections and other complex datatypes may not be able to be converted to Parquet.
Tags
avro, convert, parquet
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Parquet file that was converted successfully from Avro
failure Avro content that could not be processed
Writes Attributes
Name Description
filename Sets the filename to the existing filename with the extension replaced by / added to by .parquet
record.count Sets the number of records in the parquet file.