Author: acmurthy
Date: Mon Jul 21 15:36:13 2008
New Revision: 678590
URL: http://svn.apache.org/viewvc?rev=678590&view=rev
Log:
HADOOP-3777. Fixed CHANGES.txt to correctly note the jira issue.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=678590&r1=678589&r2=678590&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Mon Jul 21 15:36:13 2008
@@ -143,7 +143,7 @@
HADOOP-3643. Filter out completed tasks when asking for running tasks in
the JobTracker web/ui. (Amar Kamat via omalley)
- HADOOP-3771. Ensure that Lzo compressors/decompressors correctly handle the
+ HADOOP-3777. Ensure that Lzo compressors/decompressors correctly handle the
case where native libraries aren't available. (Chris Douglas via acmurthy)
HADOOP-3728. Fix SleepJob so that it doesn't depend on temporary files,