Author: tomwhite
Date: Fri Jun 4 23:42:14 2010
New Revision: 951614
URL: http://svn.apache.org/viewvc?rev=951614&view=rev
Log:
HADOOP-6780. Move Hadoop cloud scripts to Whirr.
Modified:
hadoop/common/trunk/CHANGES.txt
Modified: hadoop/common/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=951614&r1=951613&r2=951614&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Fri Jun 4 23:42:14 2010
@@ -301,15 +301,10 @@ Release 0.21.0 - Unreleased
and the init of the class is made to take a Configuration argument.
(Jakob Homan via ddas)
- HADOOP-6108. Add support for EBS storage on EC2. (tomwhite)
-
Hadoop-6223. Add new file system interface AbstractFileSystem with
implementation of some file systems that delegate to old FileSystem.
(Sanjay Radia via suresh)
- HADOOP-6392. Run namenode and jobtracker on separate EC2 instances.
- (tomwhite)
-
HADOOP-6433. Introduce asychronous deletion of files via a pool of
threads. This can be used to delete files in the Distributed
Cache. (Zheng Shao via dhruba)
@@ -317,13 +312,9 @@ Release 0.21.0 - Unreleased
HADOOP-6415. Adds a common token interface for both job token and
delegation token. (Kan Zhang via ddas)
- HADOOP-6466. Add a ZooKeeper service to the cloud scripts. (tomwhite)
-
HADOOP-6408. Add a /conf servlet to dump running configuration.
(Todd Lipcon via tomwhite)
- HADOOP-6464. Write a Rackspace cloud provider. (tomwhite)
-
HADOOP-6520. Adds APIs to read/write Token and secret keys. Also
adds the automatic loading of tokens into UserGroupInformation
upon login. The tokens are read from a file specified in the
@@ -802,15 +793,8 @@ Release 0.21.0 - Unreleased
HADOOP-6394. Add a helper class to simplify FileContext related tests and
improve code reusability. (Jitendra Nath Pandey via suresh)
- HADOOP-6426. Create ant build for running EC2 unit tests. (tomwhite)
-
HADOOP-4656. Add a user to groups mapping service. (boryas, acmurthy)
- HADOOP-6444. Support additional security group option in hadoop-ec2 script.
- (Paul Egan via tomwhite)
-
- HADOOP-6454. Create setup.py for EC2 cloud scripts. (tomwhite)
-
HADOOP-6435. Make RPC.waitForProxy with timeout public. (Steve Loughran
via tomwhite)
@@ -1565,9 +1549,6 @@ Release 0.21.0 - Unreleased
HADOOP-6640. FileSystem.get() does RPC retries within a static
synchronized block. (hairong)
- HADOOP-6680. hadoop-cloud push command invokes proxy creation.
- (Andrew Klochkov via tomwhite)
-
HADOOP-6691. TestFileSystemCaching sometimes hangs. (hairong)
HADOOP-6507. Hadoop Common Docs - delete 3 doc files that do not belong