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:
parent
32469f1bdf
commit
222bd68293
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user