You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2009/12/05 22:50:50 UTC

svn commit: r887593 - /hadoop/hbase/trunk/src/contrib/ec2/bin/hbase-ec2-env.sh

Author: apurtell
Date: Sat Dec  5 21:50:49 2009
New Revision: 887593

URL: http://svn.apache.org/viewvc?rev=887593&view=rev
Log:
HBASE-1961; set S3_BUCKET to iridiant-bundles for now

Modified:
    hadoop/hbase/trunk/src/contrib/ec2/bin/hbase-ec2-env.sh

Modified: hadoop/hbase/trunk/src/contrib/ec2/bin/hbase-ec2-env.sh
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/contrib/ec2/bin/hbase-ec2-env.sh?rev=887593&r1=887592&r2=887593&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/contrib/ec2/bin/hbase-ec2-env.sh (original)
+++ hadoop/hbase/trunk/src/contrib/ec2/bin/hbase-ec2-env.sh Sat Dec  5 21:50:49 2009
@@ -42,7 +42,8 @@
 # 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