o

orc-mapreduce

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.
Files download
File Operation
orc-mapreduce-1.5.1.jar download
orc-mapreduce-1.5.1.pom download
orc-mapreduce-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.intel.qat</groupId>
  <artifactId>orc-mapreduce</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.intel.qat:orc-mapreduce:1.5.1'
Gradle Kotlin
implementation("com.intel.qat:orc-mapreduce:1.5.1")
Scala SBT
libraryDependencies += "com.intel.qat" % "orc-mapreduce" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.intel.qat', module='orc-mapreduce', version='1.5.1')
)
Apache Ivy
<dependency org="com.intel.qat" name="orc-mapreduce" rev="1.5.1" />
Leiningen
[com.intel.qat/orc-mapreduce "1.5.1"]
Apache Buildr
'com.intel.qat:orc-mapreduce:jar:1.5.1'