Author: mattf
Date: Wed Sep 28 23:56:15 2011
New Revision: 1177113
URL: http://svn.apache.org/viewvc?rev=1177113&view=rev
Log:
MAPREDUCE-3081. Fix vaidya startup script. Contributed by Suhas. (Correcting
wrong Jira id in CHANGES.txt, please see r1176134 for original commit.)
Modified:
hadoop/common/branches/branch-0.20-security-205/CHANGES.txt
Modified: hadoop/common/branches/branch-0.20-security-205/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-205/CHANGES.txt?rev=1177113&r1=1177112&r2=1177113&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-205/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security-205/CHANGES.txt Wed Sep 28
23:56:15 2011
@@ -234,7 +234,7 @@ Release 0.20.205.0 - 2011.09.27
HDFS-2359. Fix NullPointerException in DataBlockScanner.
(Jonthan Eagles via suresh)
- MAPREDUCE-3801. Fix for vaidya.sh to work with the new layout
+ MAPREDUCE-3081. Fix for vaidya.sh to work with the new layout
(Suhas via gkesavan)
HDFS-2366. Initialize WebHdfsFileSystem.ugi in object construction.