You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by h <he...@gmail.com> on 2011/01/03 15:26:13 UTC

Hbase/Hadoop cluster setup on AWS

Are there any good tutorials on cluster setup on AWS
I'd prefer not to use third-party scripts/frameworks, just a simple sequence
of steps/one-liner commands, using the original hadoop/hbase tarballs

Re: Hbase/Hadoop cluster setup on AWS

Posted by Lars George <la...@gmail.com>.
Hi H,

While you can do that by hand I strongly recommend using Apache Whirr
(http://incubator.apache.org/projects/whirr.html) which has Hadoop and
(in trunk now) also HBase support, straight from the Apache tarballs.

If you want to set them up manually then you simply spin up N machines
and follow the normal guides for either project to set them up
appropriately, so extra magic needed.

Lars

On Mon, Jan 3, 2011 at 3:26 PM, h <he...@gmail.com> wrote:
> Are there any good tutorials on cluster setup on AWS
> I'd prefer not to use third-party scripts/frameworks, just a simple sequence
> of steps/one-liner commands, using the original hadoop/hbase tarballs
>