From 222bd6829391b7533d5649af79b34981ffe9b947 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 10 Jun 2010 23:52:34 +0000 Subject: [PATCH] HADOOP-6403. Deprecate EC2 bash scripts. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953504 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ src/contrib/ec2/README.txt | 2 ++ src/contrib/ec2/bin/hadoop-ec2 | 2 ++ 3 files changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d04fbe5e5c..49cfc5ab41 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -937,6 +937,8 @@ Release 0.21.0 - Unreleased HADOOP-6794. Move configuration and script files post split. (tomwhite) + HADOOP-6403. Deprecate EC2 bash scripts. (tomwhite) + OPTIMIZATIONS HADOOP-5595. NameNode does not need to run a replicator to choose a diff --git a/src/contrib/ec2/README.txt b/src/contrib/ec2/README.txt index f70827e899..3ac8c99f47 100644 --- a/src/contrib/ec2/README.txt +++ b/src/contrib/ec2/README.txt @@ -1,5 +1,7 @@ Hadoop EC2 +NOTE: these scripts have been deprecated. See http://incubator.apache.org/whirr. + This collection of scripts allows you to run Hadoop clusters on Amazon.com's Elastic Compute Cloud (EC2) service described at: http://aws.amazon.com/ec2 diff --git a/src/contrib/ec2/bin/hadoop-ec2 b/src/contrib/ec2/bin/hadoop-ec2 index be857f8118..f98e4ccd00 100644 --- a/src/contrib/ec2/bin/hadoop-ec2 +++ b/src/contrib/ec2/bin/hadoop-ec2 @@ -20,6 +20,8 @@ set -o errexit bin=`dirname "$0"` bin=`cd "$bin"; pwd` +echo "DEPRECATED. See http://incubator.apache.org/whirr." >&2 + # if no args specified, show usage if [ $# = 0 ]; then echo "Usage: hadoop-ec2 COMMAND"