Group: Apache ORC
Sort:
popular
|
newest
2. ORC MapReduce23 usages
org.apache.orc » orc-mapreduceApache
An implementation of Hadoop's mapred and mapreduce input and output formats
for ORC files. They use the core reader and writer, but present the data
to the user in Writable objects.
Last Release on Jan 22, 2021
5. ORC Benchmarks
org.apache.orc » orc-benchmarksApache
Benchmarks for comparing ORC, Parquet, and Avro performance.
Last Release on Jan 23, 2018
6. Apache ORC
org.apache.orc » orcApache
ORC is a self-describing type-aware columnar file format designed
for Hadoop workloads. It is optimized for large streaming reads,
but with integrated support for finding required rows
quickly. Storing data in a columnar format lets the reader read,
decompress, and process only the values that are required for the
current query.
Last Release on Jan 23, 2021