1
0

[HUDI-464] Use Hive Exec Core for tests (#1125)

This commit is contained in:
Abhishek Modi
2020-01-06 16:32:55 -08:00
committed by vinoth chandar
parent 75c3f630d4
commit b5df6723a2
4 changed files with 11 additions and 0 deletions

View File

@@ -231,6 +231,13 @@
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<scope>test</scope>
<classifier>${hive.exec.classifier}</classifier>
</dependency>
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-metastore</artifactId>
<version>${hive.version}</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -79,6 +79,7 @@
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-exec</artifactId>
<classifier>${hive.exec.classifier}</classifier>
</dependency>
<!-- Hoodie - Test -->

View File

@@ -329,6 +329,7 @@
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<scope>test</scope>
<classifier>${hive.exec.classifier}</classifier>
</dependency>
<dependency>

View File

@@ -83,6 +83,7 @@
<hadoop.version>2.7.3</hadoop.version>
<hive.groupid>org.apache.hive</hive.groupid>
<hive.version>2.3.1</hive.version>
<hive.exec.classifier>core</hive.exec.classifier>
<metrics.version>4.1.1</metrics.version>
<spark.version>2.1.0</spark.version>
<avro.version>1.7.7</avro.version>
@@ -783,6 +784,7 @@
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<scope>provided</scope>
<classifier>${hive.exec.classifier}</classifier>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>