Author: omalley
Date: Tue Feb 19 12:49:34 2008
New Revision: 629225
URL: http://svn.apache.org/viewvc?rev=629225&view=rev
Log:
Add Jim Kellerman on the entry for 2738 and fix more whitespace issues.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=629225&r1=629224&r2=629225&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Feb 19 12:49:34 2008
@@ -19,16 +19,16 @@
BUG FIXES
HADOOP-2195. '-mkdir' behaviour is now closer to Linux shell in case of
- errors. (Mahadev Konar via rangadi)
+ errors. (Mahadev Konar via rangadi)
HADOOP-2190. bring behaviour '-ls' and '-du' closer to Linux shell
- commands in case of errors. (Mahadev Konar via rangadi)
+ commands in case of errors. (Mahadev Konar via rangadi)
HADOOP-2193. 'fs -rm' and 'fs -rmr' show error message when the target
file does not exist. (Mahadev Konar via rangadi)
HADOOP-2738 Text is not subclassable because set(Text) and
compareTo(Object)
- access the other instance's private members directly.
+ access the other instance's private members directly. (jimk)
HADOOP-2779. Remove the references to HBase in the build.xml. (omalley)