views:

1900

answers:

3

I'm looking for a good and tested HBase tutorial, where I can find one?

A: 

You'll probably find this video from my company, Cloudera, to be helpful: http://www.cloudera.com/videos/intorduction-hbase-todd-lipcon.

If you use Ruby, you may find http://a.prokhorenko.us/fun-with-ruby-and-hbase-for-beginners to be useful.

Jeff Hammerbacher
A: 

warning : self-promotion ahead :-) A complete tutorial doing 'frequency counting' using Hbase as data-source and data-sync (uses latest API v0.20+) http://sujee.net/tech/articles/hbase-map-reduce-freq-counter/

sujee