You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/15 22:37:12 UTC

svn commit: r1326421 - in /incubator/mrunit: branches/mrunit-0.9/CHANGES.txt trunk/CHANGES.txt

Author: jdonofrio
Date: Sun Apr 15 20:37:11 2012
New Revision: 1326421

URL: http://svn.apache.org/viewvc?rev=1326421&view=rev
Log:
MRUNIT-97: InputSplit causes NullPointerException in mapreduce api

Modified:
    incubator/mrunit/branches/mrunit-0.9/CHANGES.txt
    incubator/mrunit/trunk/CHANGES.txt

Modified: incubator/mrunit/branches/mrunit-0.9/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/mrunit/branches/mrunit-0.9/CHANGES.txt?rev=1326421&r1=1326420&r2=1326421&view=diff
==============================================================================
--- incubator/mrunit/branches/mrunit-0.9/CHANGES.txt (original)
+++ incubator/mrunit/branches/mrunit-0.9/CHANGES.txt Sun Apr 15 20:37:11 2012
@@ -5,6 +5,7 @@ Release Notes - MRUnit - Version 0.9.0
     * [MRUNIT-70] - copy(orig, conf) in Serialization shouldn't require objects to have a no-args constructor, and copy(orig, copy, conf) seems to violate contract for deserializer.deserialize()
     * [MRUNIT-77] - cannot use serializations that do not clone into object, or serializations without no arg constructors with reduce driver
     * [MRUNIT-86] - Configuration not passed to individual mappers/reducers in mapred MapReducerDriver, PipelineMapReduceDriver
+    * [MRUNIT-97] - InputSplit causes NullPointerException in mapreduce api
 
 ** Dependency upgrade
     * [MRUNIT-90] - upgrade junit to 4.10 and change ExpectedSuppliedException to implement TestRule instead 

Modified: incubator/mrunit/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/mrunit/trunk/CHANGES.txt?rev=1326421&r1=1326420&r2=1326421&view=diff
==============================================================================
--- incubator/mrunit/trunk/CHANGES.txt (original)
+++ incubator/mrunit/trunk/CHANGES.txt Sun Apr 15 20:37:11 2012
@@ -5,6 +5,7 @@ Release Notes - MRUnit - Version 0.9.0
     * [MRUNIT-70] - copy(orig, conf) in Serialization shouldn't require objects to have a no-args constructor, and copy(orig, copy, conf) seems to violate contract for deserializer.deserialize()
     * [MRUNIT-77] - cannot use serializations that do not clone into object, or serializations without no arg constructors with reduce driver
     * [MRUNIT-86] - Configuration not passed to individual mappers/reducers in mapred MapReducerDriver, PipelineMapReduceDriver
+    * [MRUNIT-97] - InputSplit causes NullPointerException in mapreduce api
 
 ** Dependency upgrade
     * [MRUNIT-90] - upgrade junit to 4.10 and change ExpectedSuppliedException to implement TestRule instead