Re: EC2 scripts

2010-03-27 Thread Andrew Purtell
Not a waste of time at all. :-) Right, src/contrib/ec2/ becomes contrib/ec2/ after 'ant package' with appropriate substitutions. - Andy > From: Tim Robertson > Subject: Re: EC2 scripts > To: apurt...@apache.org, hbase-user@hadoop.apache.org > Date: Saturday, Ma

Re: EC2 scripts

2010-03-27 Thread Andrew Purtell
Should be better now: % export EC2_URL="https://eu-west-1.ec2.amazonaws.com"; % ec2-describe-images [...] ami-0996bd7d apache-hbase-images-eu/hbase-0.20.3-i386.manifest.xml available public i386 ami-0b96bd7f apache-hbase-images-eu/hbase-0.20.3-x86_64.manifest.xml available public x86

Re: EC2 scripts

2010-03-27 Thread Tim Robertson
Geez I'm stupid... HBASE_VERSION=0.20.3 was missing all along and still set to %HBASE_VERSION%. I am using the scripts in the src/contrib/ec2 but should have started with /contrib/ec2 which has it set already right? Sorry for wasting your time Andy, it's taking a while for each one but ZK is now

Re: EC2 scripts

2010-03-27 Thread Andrew Purtell
Tim, Try these scripts: http://hbase.s3.amazonaws.com/hbase/hbase-ec2-eu.tar.gz I'd appreciate it. They are what I'm working with now over in eu-west-1 with no issues. I'll have AMIs for HBase 0.20.3 on Hadoop 0.20.2 ready to go in the EU within the hour. Please let me know if you continue

Re: EC2 scripts

2010-03-27 Thread Andrew Purtell
> From: Tim Robertson > I added to the ec2 env: >   EC2_URL=https://us-east-1.ec2.amazonaws.com > > and also: >   $ echo $EC2_URL >   https://us-east-1.ec2.amazonaws.com > > But the error remains: > > Required parameter 'AMI' missing (-h for usage) > Waiting for instance  to start: .[Deprecated

Re: EC2 scripts

2010-03-27 Thread Tim Robertson
"I have also never seen the Xalan complaints. What OS?" Mac OSX 10.5.8 (not leopard) and java 1.6.0_17 It is a known issue on Macs and Java 6 apparently. The recommendation seems to be to hide the warning in the EC2 scripts themselves but I didn't bother. I get it even on

Re: EC2 scripts

2010-03-27 Thread Andrew Purtell
/* locally before doing anything will clear up any potential problem with missing +x. Meantime, I am finally getting around to building HBase AMIs in all EC2 regions. Sorry for the trouble. - Andy > From: Tim Robertson > Subject: Re: EC2 scripts > To: hbase-user@hadoop.apache.o

Re: EC2 scripts

2010-03-27 Thread Tim Robertson
can also specify the service URI to the command line tools. Try > setting the EC2_URL environment variable before running the scripts: > >    export EC2_URL="https://us-east-1.ec2.amazonaws.com"; > >  - Andy > > > --- On Sat, 3/27/10, Tim Robertson wrote: > >&

Re: EC2 scripts

2010-03-27 Thread Andrew Purtell
: export EC2_URL="https://us-east-1.ec2.amazonaws.com"; - Andy --- On Sat, 3/27/10, Tim Robertson wrote: > From: Tim Robertson > Subject: EC2 scripts > To: hbase-user@hadoop.apache.org > Date: Saturday, March 27, 2010, 7:42 AM > Hey, > > I have been tryi

EC2 scripts

2010-03-27 Thread Tim Robertson
Hey, I have been trying to kick off an HBase cluster using the EC2 scripts but have not managed. If anyone is using it, could you please hint at where I might be going wrong? Terminal trace is below which has a worrying line: Required parameter 'AMI' missing (-h for usage) Cheers, Tim

Re: trouble with ec2 scripts

2010-03-21 Thread Andrew Purtell
aster will also wait until the requested number of slave instances have all checked in before deploying user tables. Hope that helps, - Andy > From: Seth Weiner > Subject: trouble with ec2 scripts > To: hbase-user@hadoop.apache.org > Date: Friday, March 19, 2010, 8:36 AM > Hey

Re: EC2 Scripts

2010-03-20 Thread Andrew Purtell
[Copied to hbase-u...@] Hi Lars, > Required parameter 'AMI' missing (-h for usage) > I guess that is OK? No, that means the scripts are not picking up a valid public AMI. I think you may be the first to attempt to use the EC2 scripts in the EU. One thing I did not mention in

trouble with ec2 scripts

2010-03-19 Thread Seth Weiner
Hey folks, I'm trying to fire up the ec2 contrib scripts to launch a simple hbase cluster. The scripts seem to run fine, as all of the security groups and instances get created and started. However, when I login to the cluster and try any operations in the hbase shell I get an error indicating t

Re: EC2 scripts

2009-11-19 Thread Andrew Purtell
Also shouldnt you be having core-site.xml and hdfs-site.xml as it is > hadoop-0.20.1 Yes. What I did for this initial work is adapt the Hadoop EC2 scripts, which target 0.19. - Andy From: Naresh Rapolu To: hbase-user@hadoop.apache.org Sent: Thu, Nove

Re: EC2 scripts

2009-11-19 Thread Naresh Rapolu
ort'? Thanks for trying this out Naresh. - Andy From: Naresh Rapolu To: hbase-user@hadoop.apache.org Sent: Thu, November 19, 2009 9:09:54 AM Subject: Re: EC2 scripts Thanks Andrew, We`ve made a private instance with our keys, by altering your public hbase AMI and us

Re: EC2 scripts

2009-11-19 Thread Andrew Purtell
laves, and also the full output of the cluster launch if you can capture that into a buffer and save it to a file. Thanks, - Andy From: Andrew Purtell To: hbase-user@hadoop.apache.org Sent: Thu, November 19, 2009 9:28:51 AM Subject: Re: EC2 scripts So it

Re: EC2 scripts

2009-11-19 Thread Andrew Purtell
- Andy From: Naresh Rapolu To: hbase-user@hadoop.apache.org Sent: Thu, November 19, 2009 9:09:54 AM Subject: Re: EC2 scripts Thanks Andrew, We`ve made a private instance with our keys, by altering your public hbase AMI and used it to launch the cluster instances. We are now able to do

Re: EC2 scripts

2009-11-19 Thread Naresh Rapolu
Nov 18th, 2009 9:49 PM PST Naresh Rapolu wrote: Hello , We were trying to use the src/contrib/ec2 scripts. All the instances started well, but from hbase shell, on the master , a " status 'simple' " listed 0 live servers. Also , we are not able to ssh into a

Re: EC2 scripts

2009-11-18 Thread Andrew Purtell
u also use this as your default private key, set >up the appropriate config (man 5 ssh_config), or build your own private >instance with your default key already installed. > >On Wed Nov 18th, 2009 9:49 PM PST Naresh Rapolu wrote: > >>Hello , >> >>We were trying to

Re: EC2 scripts

2009-11-18 Thread Andrew Purtell
Naresh Rapolu wrote: >Hello , > >We were trying to use the src/contrib/ec2 scripts. All the instances >started well, but from hbase shell, on the master , a " status 'simple' " > listed 0 live servers. Also , we are not able to ssh into any of th

EC2 scripts

2009-11-18 Thread Naresh Rapolu
Hello , We were trying to use the src/contrib/ec2 scripts. All the instances started well, but from hbase shell, on the master , a " status 'simple' " listed 0 live servers. Also , we are not able to ssh into any of the slave instances from the master, wit