HIVE-19698: TestAMReporter#testMultipleAM is flaky (Jesus Camacho Rodriguez, 
reviewed by Prasanth Jayachandran)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b019909a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b019909a
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/b019909a

Branch: refs/heads/master
Commit: b019909a94760f5f8cead8ce996fa725fbd3c3db
Parents: 8d24b86
Author: Jesus Camacho Rodriguez <jcama...@apache.org>
Authored: Thu May 24 11:03:44 2018 -0700
Committer: Jesus Camacho Rodriguez <jcama...@apache.org>
Committed: Thu May 24 11:03:44 2018 -0700

----------------------------------------------------------------------
 llap-server/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/b019909a/llap-server/pom.xml
----------------------------------------------------------------------
diff --git a/llap-server/pom.xml b/llap-server/pom.xml
index 8b43066..b7a5b3f 100644
--- a/llap-server/pom.xml
+++ b/llap-server/pom.xml
@@ -235,6 +235,13 @@
     <!-- test intra-project -->
     <dependency>
       <groupId>org.apache.hive</groupId>
+      <artifactId>hive-common</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hive</groupId>
       <artifactId>hive-standalone-metastore</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>

Reply via email to