License |
License |
---|---|
GroupId | GroupIdorg.apache.orc |
ArtifactId | ArtifactIdorc-shims |
Last Version | Last Version1.7.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionORC Shims
A shim layer for supporting various versions of Hadoop dynamically.
This module uses a higher version of Hadoop so that we can create shims
that let us use new features of Hadoop without having a hard dependency
on the latest version.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
orc-shims-1.7.5.pom | |
orc-shims-1.7.5.jar | 27 KB |
orc-shims-1.7.5-sources.jar | 18 KB |
orc-shims-1.7.5-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.orc/orc-shims/ -->
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-shims</artifactId>
<version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.orc/orc-shims/
implementation 'org.apache.orc:orc-shims:1.7.5'
// https://jarcasting.com/artifacts/org.apache.orc/orc-shims/
implementation ("org.apache.orc:orc-shims:1.7.5")
'org.apache.orc:orc-shims:jar:1.7.5'
<dependency org="org.apache.orc" name="orc-shims" rev="1.7.5">
<artifact name="orc-shims" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.orc', module='orc-shims', version='1.7.5')
)
libraryDependencies += "org.apache.orc" % "orc-shims" % "1.7.5"
[org.apache.orc/orc-shims "1.7.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.33 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.7.3 |
org.apache.hadoop : hadoop-hdfs | jar | 2.7.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |