iceberg-hive-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linkedin.iceberg</groupId> <artifactId>iceberg-hive-runtime</artifactId> <version>0.11.1.33</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.linkedin.iceberg</groupId> <artifactId>iceberg-hive-runtime</artifactId> <version>0.11.1.33</version> <name>iceberg-hive-runtime</name> <description>A table format for huge analytic datasets</description> <url>https://github.com/linkedin/iceberg</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>wmoustafa</id> <name>Walaa Eldin Moustafa</name> <url>https://github.com/wmoustafa</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>funcheetah</id> <name>Wenye Zhang</name> <url>https://github.com/funcheetah</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>shardulm94</id> <name>Shardul Mahadik</name> <url>https://github.com/shardulm94</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>hotsushi</id> <name>Sushant Raikar</name> <url>https://github.com/hotsushi</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>rzhang10</id> <name>Raymond Zhang</name> <url>https://github.com/rzhang10</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>yiqiangin</id> <name>Yiqiang Ding</name> <url>https://github.com/yiqiangin</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>ljfgem</id> <name>Jiefan Li</name> <url>https://github.com/ljfgem</url> <roles> <role>Core developer</role> </roles> </developer> </developers> <scm> <url>https://github.com/linkedin/iceberg.git</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/linkedin/iceberg/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/linkedin/iceberg/actions</url> </ciManagement> <dependencies/> </project>