Author: apurtell
Date: Tue Dec 22 01:51:26 2009
New Revision: 893058

URL: http://svn.apache.org/viewvc?rev=893058&view=rev
Log:
fix leak of test EXTRA_PACKAGES into SVN

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

Modified: hadoop/hbase/branches/0.20/src/contrib/ec2/bin/hbase-ec2-env.sh
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/src/contrib/ec2/bin/hbase-ec2-env.sh?rev=893058&r1=893057&r2=893058&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20/src/contrib/ec2/bin/hbase-ec2-env.sh (original)
+++ hadoop/hbase/branches/0.20/src/contrib/ec2/bin/hbase-ec2-env.sh Tue Dec 22 
01:51:26 2009
@@ -42,7 +42,6 @@
 # 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=iridiant-bundles
 
 # Enable public access web interfaces
@@ -52,7 +51,7 @@
 # Allows you to add a private Yum repo and pull packages from it as your
 # instances boot up. Format is <repo-descriptor-URL> <pkg1> ... <pkgN>
 # The repository descriptor will be fetched into /etc/yum/repos.d.
-EXTRA_PACKAGES="http://iridiant.s3.amazonaws.com/yum/iridiant.repo heritrix"
+EXTRA_PACKAGES=
 
 # Use only c1.xlarge unless you know what you are doing
 MASTER_INSTANCE_TYPE=${MASTER_INSTANCE_TYPE:-c1.xlarge}


Reply via email to