Author: knoguchi
Date: Wed Sep 25 20:30:26 2024
New Revision: 1920934

URL: http://svn.apache.org/viewvc?rev=1920934&view=rev
Log:
PIG-5459: Jython_Checkin_3 e2e failing with NoClassDefFoundError (hadoop3) 
(knoguchi)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1920934&r1=1920933&r2=1920934&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Sep 25 20:30:26 2024
@@ -36,6 +36,8 @@ PIG-5457: Upgrade Zookeeper to 3.7.2 (fr
 OPTIMIZATIONS
  
 BUG FIXES
+PIG-5459: Jython_Checkin_3 e2e failing with NoClassDefFoundError (hadoop3) 
(knoguchi)
+
 PIG-5416: Spark unit tests failing randomly with "java.lang.RuntimeException: 
Unexpected job execution status RUNNING" (knoguchi)
 
 PIG-5447: Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with 
NoSuchElementException (knoguchi)

Modified: pig/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1920934&r1=1920933&r2=1920934&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Sep 25 20:30:26 2024
@@ -840,6 +840,8 @@
             <fileset dir="${ivy.lib.dir}" 
includes="commons-collections4-*.jar"/>
             <fileset dir="${ivy.lib.dir}" includes="orc-*.jar"/>
             <fileset dir="${ivy.lib.dir}" includes="aircompressor-*.jar"/>
+            <fileset dir="${ivy.lib.dir}" includes="junit-*.jar"/>
+            <fileset dir="${ivy.lib.dir}" includes="hamcrest-*.jar"/>
         </copy>
         <copy file="${output.jarfile.core}" 
tofile="${output.jarfile.backcompat-core-h3}"/>
         <mkdir dir="${legacy.dir}" />


Reply via email to