Hive Iceberg Shading

This module collects all required Iceberg modules and their dependencies, and shades them. Consuming modules only need to mark this module as their dependency to get any required Iceberg libs. This module has no sources of its own, only the built jar file contains the gathered and shaded libs. For Intellij this module is recommended to be ignored, to avoid the dependent modules considering this as a module dependency, they should see this as a library dependency instead.

License

License

GroupId

GroupId

org.apache.hive
ArtifactId

ArtifactId

hive-iceberg-shading
Last Version

Last Version

4.0.0-alpha-1
Release Date

Release Date

Type

Type

jar
Description

Description

Hive Iceberg Shading
This module collects all required Iceberg modules and their dependencies, and shades them. Consuming modules only need to mark this module as their dependency to get any required Iceberg libs. This module has no sources of its own, only the built jar file contains the gathered and shaded libs. For Intellij this module is recommended to be ignored, to avoid the dependent modules considering this as a module dependency, they should see this as a library dependency instead.
Project Organization

Project Organization

The Apache Software Foundation

Download hive-iceberg-shading

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-iceberg-shading/ -->
<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-iceberg-shading</artifactId>
    <version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-iceberg-shading/
implementation 'org.apache.hive:hive-iceberg-shading:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-iceberg-shading/
implementation ("org.apache.hive:hive-iceberg-shading:4.0.0-alpha-1")
'org.apache.hive:hive-iceberg-shading:jar:4.0.0-alpha-1'
<dependency org="org.apache.hive" name="hive-iceberg-shading" rev="4.0.0-alpha-1">
  <artifact name="hive-iceberg-shading" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-iceberg-shading', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.hive" % "hive-iceberg-shading" % "4.0.0-alpha-1"
[org.apache.hive/hive-iceberg-shading "4.0.0-alpha-1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.iceberg » patched-iceberg-core Optional jar patched-0.13.1-4.0.0-alpha-1
org.apache.iceberg : iceberg-data Optional jar 0.13.1
org.apache.iceberg : iceberg-parquet Optional jar 0.13.1
org.apache.iceberg : iceberg-orc Optional jar 0.13.1
org.slf4j : slf4j-api jar 1.7.30

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 3.4.4

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.0-alpha-1