Create Hbase on Amazon EC2 and use it from python

271 Views Asked by At

I want to create a database Hbase on Amazon EC2 and write some test data using python Happybase. How to do it? Please tell me links where I can read about it. Thanks

1

There are 1 best solutions below

0
On

HappyBase author here.

The official HappyBase docs at http://happybase.readthedocs.org/ should get you started with Happybase. It features a really extensive tutorial including many code examples. I spent a lot of time on this, so I'm quite positive this should get you started.

For setting up HBase on Amazon EC2, you can start with the official Amazon docs at http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-hbase.html