is not current version
Last Version 1.7.5

org.apache.orc:orc-mapreduce 1.5.4

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.

GroupId

GroupId

org.apache.orc
ArtifactId

ArtifactId

orc-mapreduce
Version

Version

1.5.4
Type

Type

jar

Download orc-mapreduce 1.5.4


<!-- https://jarcasting.com/artifacts/org.apache.orc/orc-mapreduce/ -->
<dependency>
    <groupId>org.apache.orc</groupId>
    <artifactId>orc-mapreduce</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.orc/orc-mapreduce/
implementation 'org.apache.orc:orc-mapreduce:1.5.4'
// https://jarcasting.com/artifacts/org.apache.orc/orc-mapreduce/
implementation ("org.apache.orc:orc-mapreduce:1.5.4")
'org.apache.orc:orc-mapreduce:jar:1.5.4'
<dependency org="org.apache.orc" name="orc-mapreduce" rev="1.5.4">
  <artifact name="orc-mapreduce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.orc', module='orc-mapreduce', version='1.5.4')
)
libraryDependencies += "org.apache.orc" % "orc-mapreduce" % "1.5.4"
[org.apache.orc/orc-mapreduce "1.5.4"]