Author: omalley
Date: Mon Jun 1 20:06:54 2009
New Revision: 780805
URL: http://svn.apache.org/viewvc?rev=780805&view=rev
Log:
Minor fixes to the CHANGES.txt.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=780805&r1=780804&r2=780805&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Mon Jun 1 20:06:54 2009
@@ -1607,7 +1607,7 @@
(Rahul Kumar Singh via yhemanth)
HADOOP-5328. Fixes a problem in the renaming of job history files during
- job recovery. Amar Kamat via ddas)
+ job recovery. (Amar Kamat via ddas)
HADOOP-5417. Don't ignore InterruptedExceptions that happen when calling
into rpc. (omalley)
@@ -1720,7 +1720,7 @@
(ddas)
HADOOP-5392. Fixes a problem to do with JT crashing during recovery when
- the job files are garbled. (Amar Kamat vi ddas)
+ the job files are garbled. (Amar Kamat via ddas)
HADOOP-5332. Appending to files is not allowed (by default) unless
dfs.support.append is set to true. (dhruba)
@@ -2424,7 +2424,7 @@
(Lohit Vijayarenu via mahadev)
HADOOP-3778. DFSInputStream.seek() did not retry in case of some errors.
- (LN via rangadi)
+ (Luo Ning via rangadi)
HADOOP-3661. The handling of moving files deleted through fuse-dfs to
Trash made similar to the behaviour from dfs shell.