Group: Apache ORC

Sort: popular | newest

1. ORC Core144 usages

org.apache.orc » orc-coreApache

The core reader and writer for ORC files. Uses the vectorized column batch for the in memory representation.
Last Release on Jan 10, 2025

2. ORC MapReduce32 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 10, 2025

3. ORC Shims11 usages

org.apache.orc » orc-shimsApache

A shim layer for supporting various versions of Hadoop dynamically. This module uses a higher version of Hadoop so that we can create shims that let us use new features of Hadoop without having a hard dependency on the latest version.
Last Release on Jan 10, 2025

4. ORC Tools5 usages

org.apache.orc » orc-toolsApache

ORC Tools
Last Release on Jan 10, 2025

5. Apache ORC Format3 usages

org.apache.orc » orc-formatApache

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 6, 2024

6. Apache ORC1 usages

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 10, 2025

7. ORC Examples

org.apache.orc » orc-examplesApache

ORC Examples
Last Release on Nov 14, 2024

8. ORC Benchmarks

org.apache.orc » orc-benchmarksApache

Benchmarks for comparing ORC, Parquet, and Avro performance.
Last Release on Jan 23, 2018