You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/04/11 00:35:10 UTC

svn commit: r1586491 - /hive/trunk/hwi/pom.xml

Author: hashutosh
Date: Thu Apr 10 22:35:10 2014
New Revision: 1586491

URL: http://svn.apache.org/r1586491
Log:
HIVE-6880 : TestHWISessionManager fails with -Phadoop-2 (Jason Dere via Ashutosh Chauhan)

Modified:
    hive/trunk/hwi/pom.xml

Modified: hive/trunk/hwi/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hwi/pom.xml?rev=1586491&r1=1586490&r2=1586491&view=diff
==============================================================================
--- hive/trunk/hwi/pom.xml (original)
+++ hive/trunk/hwi/pom.xml Thu Apr 10 22:35:10 2014
@@ -116,6 +116,20 @@
           <version>${hadoop-23.version}</version>
           <optional>true</optional>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-common</artifactId>
+          <version>${hadoop-23.version}</version>
+          <optional>true</optional>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <version>${hadoop-23.version}</version>
+          <optional>true</optional>
+          <scope>test</scope>
+        </dependency>
       </dependencies>
     </profile>
   </profiles>