org.apache.orc:orc (1.9.1)
Published 2026-02-24 13:44:29 +00:00 by atheaadmin
Installation
<repositories>
<repository>
<id>gitea</id>
<url> </url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url> </url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url> </url>
</snapshotRepository>
</distributionManagement><dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.9.1</version>
</dependency>mvn installmvn dependency:get -DremoteRepositories= -Dartifact=org.apache.orc:orc:1.9.1About this package
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.