| Group ID: |
com.hotels |
| Artifact ID: |
circus-train-hive |
| Last modified: |
24.05.2018 12:41 |
| Packaging: |
jar |
| Name: |
Hive |
| Description: |
Hive commons. |
|
|
| Size: |
13.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/hotels/circus-train-hive/11.5.0/circus-train-hive-11.5.0.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.hotels</groupId>
<artifactId>circus-train-parent</artifactId>
<version>11.5.0</version>
</parent>
<artifactId>circus-train-hive</artifactId>
<name>Hive</name>
<description>Hive commons.</description>
<properties>
<antlr.version>3.4</antlr.version>
</properties>
<dependencies>
<!-- ANTLR -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>${antlr.version}</version>
</dependency>
<!-- Hive -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<scope>provided</scope>
</dependency>
<!-- Hadoop -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-common</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.hotels</groupId>
<artifactId>circus-train-hive</artifactId>
<version>11.5.0</version>
</dependency>
|
| Gradle: |
com.hotels:circus-train-hive:11.5.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|