Author: apurtell
Date: Thu Nov 26 08:25:51 2009
New Revision: 884458

URL: http://svn.apache.org/viewvc?rev=884458&view=rev
Log:
[HBASE-1967] EC2 scripts; do not explicitly specify an ami in the config

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=884458&r1=884457&r2=884458&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 Thu Nov 26 08:25:51 
2009
@@ -102,16 +102,12 @@
 
 if [ "$MASTER_INSTANCE_TYPE" = "m1.small" -o "$MASTER_INSTANCE_TYPE" = 
"c1.medium" ]; then
   MASTER_ARCH='i386'
-  MASTER_AMI_IMAGE="ami-c644a7af"
 else
   MASTER_ARCH='x86_64'
-  MASTER_AMI_IMAGE="ami-f244a79b"
 fi
 
 if [ "$ZOO_INSTANCE_TYPE" = "m1.small" -o "$ZOO_INSTANCE_TYPE" = "c1.medium" 
]; then
   ZOO_ARCH='i386'
-  ZOO_AMI_IMAGE="ami-c644a7af"
 else
   ZOO_ARCH='x86_64'
-  ZOO_AMI_IMAGE="ami-f244a79b"
 fi


Reply via email to