Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
The current AvroStorage implementation has a lot of issues: it requires old versions of Avro, it copies data much more than needed, and it's verbose and complicated. (One pet peeve of mine is that old versions of Avro don't support Snappy compression.)
I rewrote AvroStorage from scratch to fix these issues. In early tests, the new implementation is significantly faster, and the code is a lot simpler. Rewriting AvroStorage also enabled me to implement support for Trevni (as TrevniStorage).
I'm opening this ticket to facilitate discussion while I figure out the best way to contribute the changes back to Apache.
Attachments
Attachments
Issue Links
- is blocked by
-
PIG-2266 bug with input file joining optimization in Pig
- Closed
- is related to
-
PIG-3111 ToAvro to convert any Pig record to an Avro bytearray
- Open
-
AVRO-806 add a column-major file format
- Closed
-
AVRO-1241 improve trevni performance on string deserialization
- Closed
-
HIVE-3585 Integrate Trevni as another columnar oriented file format
- Patch Available
- relates to
-
AVRO-1235 Avro does not handle corrupt records
- Open
-
PIG-3059 Global configurable minimum 'bad record' thresholds
- Open
-
PIG-3111 ToAvro to convert any Pig record to an Avro bytearray
- Open
-
AVRO-1241 improve trevni performance on string deserialization
- Closed
- links to