Author: rhbutani
Date: Thu Mar 13 21:46:33 2014
New Revision: 1577333

URL: http://svn.apache.org/r1577333
Log:
HIVE-6563: hdfs jar being pulled in when creating a hadoop-2 based hive tar 
ball (Vikram Dixit, reviewed by Harish Butani)

Modified:
    hive/branches/branch-0.13/ql/pom.xml

Modified: hive/branches/branch-0.13/ql/pom.xml
URL: 
http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/pom.xml?rev=1577333&r1=1577332&r2=1577333&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/pom.xml (original)
+++ hive/branches/branch-0.13/ql/pom.xml Thu Mar 13 21:46:33 2014
@@ -354,6 +354,7 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-hdfs</artifactId>
           <version>${hadoop-23.version}</version>
+          <optional>true</optional>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>


Reply via email to