You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2019/09/11 07:59:37 UTC

[hive] 02/02: HIVE-22185: HADOOP-15832 will cause problems with tests using MiniYarn clusters (Peter Vary, reviewed by Adam Szita)

This is an automated email from the ASF dual-hosted git repository.

pvary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit c52380901863564af8bd6c692af998e73bdb3e0d
Author: Peter Vary <pv...@cloudera.com>
AuthorDate: Tue Sep 10 15:02:17 2019 +0200

    HIVE-22185: HADOOP-15832 will cause problems with tests using MiniYarn clusters (Peter Vary, reviewed by Adam Szita)
---
 hcatalog/core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml
index 5a38c22..493abbb 100644
--- a/hcatalog/core/pom.xml
+++ b/hcatalog/core/pom.xml
@@ -247,6 +247,12 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-minicluster</artifactId>
+      <version>${hadoop.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.pig</groupId>
       <artifactId>pig</artifactId>
       <version>${pig.version}</version>