Jar examples for 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.
You can download jar file orc-mapreduce 1.2.3 in this page.
Apache License
You can use the following script to add orc-mapreduce-1.2.3.jar to your project.
<dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-mapreduce</artifactId> <version>1.2.3</version> </dependency>
compile group: 'org.apache.orc', name: 'orc-mapreduce', version: '1.2.3'
libraryDependencies += "org.apache.orc" % "orc-mapreduce" % "1.2.3"
<dependency org="org.apache.orc" name="orc-mapreduce" rev="1.2.3"/>
@Grapes(@Grab(group='org.apache.orc', module='orc-mapreduce', version='1.2.3'))
'org.apache.orc:orc-mapreduce:jar:1.2.3'
Click the following link to download the jar file.
orc-mapreduce-1.2.3-javadoc.jar