You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by go...@apache.org on 2014/10/01 18:57:01 UTC

svn commit: r1628772 - /hive/trunk/ql/pom.xml

Author: gopalv
Date: Wed Oct  1 16:57:01 2014
New Revision: 1628772

URL: http://svn.apache.org/r1628772
Log:
HIVE-8271: Relocate jackson within hive-exec.jar for hadoop-2.4 compat (Gopal V, reviewed by Vikram Dixit)

Modified:
    hive/trunk/ql/pom.xml

Modified: hive/trunk/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/pom.xml?rev=1628772&r1=1628771&r2=1628772&view=diff
==============================================================================
--- hive/trunk/ql/pom.xml (original)
+++ hive/trunk/ql/pom.xml Wed Oct  1 16:57:01 2014
@@ -638,6 +638,10 @@
                   <pattern>com.esotericsoftware</pattern>
                   <shadedPattern>org.apache.hive.com.esotericsoftware</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.codehaus.jackson</pattern>
+                  <shadedPattern>org.apache.hive.org.codehaus.jackson</shadedPattern>
+                </relocation>
               </relocations>
             </configuration>
           </execution>