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>