Converts JSON files to Avro according to an Avro Schema
kite, json, avro
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Hadoop configuration Resources | Hadoop configuration files | A file or comma separated list of files which contains the Hadoop file system configuration. Without this, Hadoop will search the classpath for a 'core-site.xml' and 'hdfs-site.xml' file or will revert to a default configuration. This property expects a comma-separated list of file resources. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Record schema | Record schema | Outgoing Avro schema for each record created from a JSON object Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Compression type | kite-compression-type | SNAPPY |
| Compression type to use when writting Avro files. Default is Snappy. |
Name | Description |
---|---|
success | Avro content that was converted successfully from JSON |
failure | JSON content that could not be processed |
incompatible | JSON content that could not be converted |