Author: xuefu
Date: Tue Sep 30 14:09:29 2014
New Revision: 1628446

URL: http://svn.apache.org/r1628446
Log:
HIVE-8300: Missing guava lib causes IllegalStateException when deserializing a 
task [Spark Branch]

Modified:
    hive/branches/spark/ql/pom.xml

Modified: hive/branches/spark/ql/pom.xml
URL: 
http://svn.apache.org/viewvc/hive/branches/spark/ql/pom.xml?rev=1628446&r1=1628445&r2=1628446&view=diff
==============================================================================
--- hive/branches/spark/ql/pom.xml (original)
+++ hive/branches/spark/ql/pom.xml Tue Sep 30 14:09:29 2014
@@ -598,7 +598,7 @@
                   <include>org.iq80.snappy:snappy</include>
                   <include>org.codehaus.jackson:jackson-core-asl</include>
                   <include>org.codehaus.jackson:jackson-mapper-asl</include>
-                  <!--include>com.google.guava:guava</include-->
+                  <include>com.google.guava:guava</include>
                   <include>net.sf.opencsv:opencsv</include>
                 </includes>
               </artifactSet>


Reply via email to