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 install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.orc:orc:1.9.1

About 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.
Details
Maven
2026-02-24 13:44:29 +00:00
1
Apache ORC
34 KiB
Assets (1)
orc-1.9.1.pom 34 KiB
Versions (1) View all
1.9.1 2026-02-24