You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/01/11 19:52:51 UTC

svn commit: r1057796 - in /hadoop/common/branches/branch-0.22: CHANGES.txt src/contrib/ec2/

Author: tomwhite
Date: Tue Jan 11 18:52:50 2011
New Revision: 1057796

URL: http://svn.apache.org/viewvc?rev=1057796&view=rev
Log:
Merge -r 1057794:1057795 from trunk to branch-0.22. Fixes: HADOOP-6811.

Removed:
    hadoop/common/branches/branch-0.22/src/contrib/ec2/
Modified:
    hadoop/common/branches/branch-0.22/CHANGES.txt

Modified: hadoop/common/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/CHANGES.txt?rev=1057796&r1=1057795&r2=1057796&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.22/CHANGES.txt Tue Jan 11 18:52:50 2011
@@ -196,6 +196,9 @@ Release 0.22.0 - Unreleased
     HADOOP-6578. Configuration should trim whitespace around a lot of value
     types. (Michele Catasta via eli)
 
+    HADOOP-6811. Remove EC2 bash scripts. They are replaced by Apache Whirr
+    (incubating, http://incubator.apache.org/whirr). (tomwhite)
+
   OPTIMIZATIONS
 
     HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).