coral-incremental
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linkedin.coral</groupId> <artifactId>coral-incremental</artifactId> <version>2.2.52</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.linkedin.coral</groupId> <artifactId>coral-incremental</artifactId> <version>2.2.52</version> <name>coral-incremental</name> <description>A library for analyzing, processing, and rewriting views defined in the Hive Metastore, and sharing them across multiple execution engines</description> <url>https://github.com/linkedin/coral</url> <licenses> <license> <name>The MIT License</name> <url>https://github.com/linkedin/coral/blob/master/LICENSE</url> <distribution>repo</distribution> </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>khaitranq</id> <name>Khai Tranh</name> <url>https://github.com/khaitranq</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> </developers> <scm> <url>https://github.com/linkedin/coral.git</url> </scm> <issueManagement> <system>GitHub issues</system> <url>https://github.com/linkedin/coral/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/linkedin/coral/actions</url> </ciManagement> <dependencies> <dependency> <groupId>com.linkedin.coral</groupId> <artifactId>coral-hive</artifactId> <version>2.2.52</version> <scope>compile</scope> </dependency> </dependencies> </project>