Author: ddas
Date: Mon Mar 9 08:06:58 2009
New Revision: 751610
URL: http://svn.apache.org/viewvc?rev=751610&view=rev
Log:
HADOOP-5421. Removes the test TestRecoveryManager.java from the 0.19 branch as
it has compilation issues.
Removed:
hadoop/core/branches/branch-0.19/src/test/org/apache/hadoop/mapred/TestRecoveryManager.java
Modified:
hadoop/core/branches/branch-0.19/CHANGES.txt
Modified: hadoop/core/branches/branch-0.19/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/CHANGES.txt?rev=751610&r1=751609&r2=751610&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.19/CHANGES.txt Mon Mar 9 08:06:58 2009
@@ -49,6 +49,9 @@
references to completedJobStore outside the block where the JobTracker is
locked.
(ddas)
+ HADOOP-5421. Removes the test TestRecoveryManager.java from the 0.19 branch
+ as it has compilation issues. (ddas)
+
Release 0.19.1 - 2009-02-23
INCOMPATIBLE CHANGES