From c86488e074a8973b1b25a7b2913c2c6fa1e29e1c Mon Sep 17 00:00:00 2001 From: Andrew Kyle Purtell Date: Sat, 5 Dec 2009 21:50:49 +0000 Subject: [PATCH] HBASE-1961; set S3_BUCKET to iridiant-bundles for now git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@887593 13f79535-47bb-0310-9956-ffa450edef68 --- src/contrib/ec2/bin/hbase-ec2-env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/contrib/ec2/bin/hbase-ec2-env.sh b/src/contrib/ec2/bin/hbase-ec2-env.sh index b44ec7cda2f..37234292c87 100644 --- a/src/contrib/ec2/bin/hbase-ec2-env.sh +++ b/src/contrib/ec2/bin/hbase-ec2-env.sh @@ -42,7 +42,8 @@ HADOOP_VERSION=0.20.1 # The Amazon S3 bucket where the HBase AMI is stored. # Change this value only if you are creating your own (private) AMI # so you can store it in a bucket you own. -S3_BUCKET=hbase-images +#S3_BUCKET=hbase-images +S3_BUCKET=iridiant-bundles # Enable public access web interfaces ENABLE_WEB_PORTS=false