HADOOP-6403. Deprecate EC2 bash scripts.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2010-06-10 23:52:34 +00:00
parent 32469f1bdf
commit 222bd68293
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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"