Download orc-core-1.4.1.jar file - Jar o

Jar examples for o:orc-core

Description

The core reader and writer for ORC files. Uses the vectorized column batch for the in memory representation.

You can download jar file orc-core 1.4.1 in this page.

License

Apache License

Build File

You can use the following script to add orc-core-1.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

orc-core-1.4.1-javadoc.jar
orc-core-1.4.1-nohive.jar
orc-core-1.4.1-sources.jar
orc-core-1.4.1.jar
orc-core-1.4.1.pom



Related Tutorials