Download orc-mapreduce-1.1.0.jar file - Jar o

Jar examples for o:orc-mapreduce

Description

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.

You can download jar file orc-mapreduce 1.1.0 in this page.

License

Apache License

Build File

You can use the following script to add orc-mapreduce-1.1.0.jar to your project.

<dependency>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc-mapreduce</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'org.apache.orc', name: 'orc-mapreduce', version: '1.1.0'
libraryDependencies += "org.apache.orc" % "orc-mapreduce" % "1.1.0"
<dependency org="org.apache.orc" name="orc-mapreduce" rev="1.1.0"/>
@Grapes(@Grab(group='org.apache.orc', module='orc-mapreduce', version='1.1.0'))
'org.apache.orc:orc-mapreduce:jar:1.1.0'

Download

Click the following link to download the jar file.

orc-mapreduce-1.1.0-sources.jar
orc-mapreduce-1.1.0.jar
orc-mapreduce-1.1.0.pom



Related Tutorials