[HUDI-464] Use Hive Exec Core for tests (#1125)
This commit is contained in:
committed by
vinoth chandar
parent
75c3f630d4
commit
b5df6723a2
@@ -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>
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
<dependency>
|
||||
<groupId>${hive.groupid}</groupId>
|
||||
<artifactId>hive-exec</artifactId>
|
||||
<classifier>${hive.exec.classifier}</classifier>
|
||||
</dependency>
|
||||
|
||||
<!-- Hoodie - Test -->
|
||||
|
||||
@@ -329,6 +329,7 @@
|
||||
<artifactId>hive-exec</artifactId>
|
||||
<version>${hive.version}</version>
|
||||
<scope>test</scope>
|
||||
<classifier>${hive.exec.classifier}</classifier>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user