не последняя версия
Последняя версия 1.7.5

org.apache.orc:orc-mapreduce 1.5.6

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.

Группа

Группа

org.apache.orc
Идентификатор

Идентификатор

orc-mapreduce
Версия

Версия

1.5.6
Тип

Тип

jar

Скачать orc-mapreduce 1.5.6


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