License |
License |
---|---|
GroupId | GroupIdcom.intel.qat |
ArtifactId | ArtifactIdorc-shims |
Last Version | Last Version1.5.1 |
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.5.1.pom | |
orc-shims-1.5.1.jar | 28 KB |
orc-shims-1.5.1-sources.jar | 18 KB |
orc-shims-1.5.1-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intel.qat/orc-shims/ -->
<dependency>
<groupId>com.intel.qat</groupId>
<artifactId>orc-shims</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intel.qat/orc-shims/
implementation 'com.intel.qat:orc-shims:1.5.1'
// https://jarcasting.com/artifacts/com.intel.qat/orc-shims/
implementation ("com.intel.qat:orc-shims:1.5.1")
'com.intel.qat:orc-shims:jar:1.5.1'
<dependency org="com.intel.qat" name="orc-shims" rev="1.5.1">
<artifact name="orc-shims" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intel.qat', module='orc-shims', version='1.5.1')
)
libraryDependencies += "com.intel.qat" % "orc-shims" % "1.5.1"
[com.intel.qat/orc-shims "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
org.apache.hadoop » hadoop_qat_wrapper | jar | 2.3.0 |
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 |
---|---|---|
junit : junit | jar | 4.11 |