Author: mattf
Date: Wed Sep 28 23:57:57 2011
New Revision: 1177114
URL: http://svn.apache.org/viewvc?rev=1177114&view=rev
Log:
MAPREDUCE-3081. Fix vaidya startup script. Contributed by Suhas. (Correcting
wrong Jira id in CHANGES.txt, please see r1176136 for original commit.)
Modified:
hadoop/common/branches/branch-0.20-security/CHANGES.txt
Modified: hadoop/common/branches/branch-0.20-security/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/CHANGES.txt?rev=1177114&r1=1177113&r2=1177114&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security/CHANGES.txt Wed Sep 28 23:57:57
2011
@@ -270,7 +270,7 @@ Release 0.20.205.0 - unreleased
HDFS-2366. Initialize WebHdfsFileSystem.ugi in object construction.
(szetszwo)
- 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-2361. hftp is broken. Fixed username checks in JspHelper. (jitendra)