See: Description
Class | Description |
---|---|
AvroAppender |
FileAppender for writing to Avro files.
|
AvroScanner |
FileScanner for reading Avro files
|
AvroUtil |
Provides read and write support for Avro files. Avro schemas are converted to Tajo schemas according to the following mapping of Avro and Tajo types:
Avro type | Tajo type |
---|---|
NULL | NULL_TYPE |
BOOLEAN | BOOLEAN |
INT | INT4 |
LONG | INT8 |
FLOAT | FLOAT4 |
DOUBLE | FLOAT8 |
BYTES | BLOB |
STRING | TEXT |
FIXED | BLOB |
RECORD | Not currently supported |
ENUM | Not currently supported. |
MAP | Not currently supported. |
UNION | Not currently supported. |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.