ReadAvro¶
Dataset Node for reading Apache Avro files
Input¶
It reads in Avro files
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeDatasetAvro
Fields¶
| Name | Title | Description |
|---|---|---|
| path | Path | Path of the Avro file/directory |
| outputColNames | Column Names for the Avro | Output Columns of the Avro |
| outputColTypes | Column Types for the Avro | Data Type of the Output Columns |
| outputColFormats | Column Formats for the Avro | Format of the Output Columns |