You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2016/11/14 22:43:50 UTC

hive git commit: HIVE-13917 : Investigate and fix tests which are timing out in the precommit build (Siddharth Seth via Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/branch-2.1 6f6be659c -> b65980f3e


HIVE-13917 : Investigate and fix tests which are timing out in the precommit build (Siddharth Seth via Ashutosh Chauhan)


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

Branch: refs/heads/branch-2.1
Commit: b65980f3e0fc83631306535f65cc32ea60adbb34
Parents: 6f6be65
Author: Siddharth Seth <ss...@apache.org>
Authored: Fri Jun 3 16:59:26 2016 -0700
Committer: Sergio Pena <se...@cloudera.com>
Committed: Mon Nov 14 16:42:23 2016 -0600

----------------------------------------------------------------------
 itests/hive-unit/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/b65980f3/itests/hive-unit/pom.xml
----------------------------------------------------------------------
diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml
index 379ed3f..3e58788 100644
--- a/itests/hive-unit/pom.xml
+++ b/itests/hive-unit/pom.xml
@@ -359,6 +359,12 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-api</artifactId>
+      <version>${hadoop.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-test</artifactId>
       <version>${curator.version}</version>