License |
License |
---|---|
GroupId | GroupIdorg.apache.orc |
ArtifactId | ArtifactIdorc-core |
Last Version | Last Version1.7.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionORC Core
The core reader and writer for ORC files. Uses the vectorized column batch
for the in memory representation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
orc-core-1.7.5.pom | |
orc-core-1.7.5.jar | 794 KB |
orc-core-1.7.5-sources.jar | 344 KB |
orc-core-1.7.5-nohive.jar | 1 MB |
orc-core-1.7.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.orc/orc-core/ -->
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.orc/orc-core/
implementation 'org.apache.orc:orc-core:1.7.5'
// https://jarcasting.com/artifacts/org.apache.orc/orc-core/
implementation ("org.apache.orc:orc-core:1.7.5")
'org.apache.orc:orc-core:jar:1.7.5'
<dependency org="org.apache.orc" name="orc-core" rev="1.7.5">
<artifact name="orc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.orc', module='orc-core', version='1.7.5')
)
libraryDependencies += "org.apache.orc" % "orc-core" % "1.7.5"
[org.apache.orc/orc-core "1.7.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.orc : orc-shims | jar | 1.7.5 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
io.airlift : aircompressor | jar | 0.21 |
org.apache.hive : hive-storage-api | jar | 2.8.1 |
org.jetbrains : annotations | jar | 17.0.0 |
org.slf4j : slf4j-api | jar | 1.7.33 |
org.threeten : threeten-extra | jar | 1.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.2.0 |
org.apache.hadoop : hadoop-hdfs | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.0.1-jre |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.mockito : mockito-core | jar | 3.11.2 |
org.mockito : mockito-junit-jupiter | jar | 3.11.2 |