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

About this package

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.

Dependencies

org.apache.orc:orc-core
1.9.1
com.esotericsoftware:kryo-shaded
4.0.2
org.apache.commons:commons-lang3
3.12.0
com.google.guava:guava
31.1-jre
org.apache.hadoop:hadoop-common
2.7.3
org.apache.hadoop:hadoop-mapreduce-client-core
2.7.3
org.slf4j:slf4j-api
2.0.7
org.apache.hadoop:hadoop-mapreduce-client-jobclient
2.7.3
org.apache.hadoop:hadoop-hdfs
2.7.3
org.junit.jupiter:junit-jupiter-api
5.9.3
org.junit.jupiter:junit-jupiter-params
5.9.3
org.mockito:mockito-core
4.11.0
Details
Maven
2026-02-24 13:44:29 +00:00
0
ORC MapReduce
1.6 MiB
Assets (2)
Versions (1) View all
1.9.1 2026-02-24