OpenTSDB › Trouble getting started

On Sun, Feb 5, 2012 at 3:03 PM, Peter < [email protected]> wrote:
> Just trying to get started on openTSDB using the standalone HBase
> 0.92.0 and v1.1.0

v1.1.0 of what?  I suppose you meant asynchbase v1.1.0?

> 2012-02-06 09:25:56,354 ERROR [main-EventThread] HBaseClient: Couldn't
> find the port of the -ROOT- region in "\xFF
> \x00\x00\x00\x0C15430@ubuntulocalhost,60548,1328480716009"
>
> I am guessing this is something simple -- but can't find anything by
> googling around.

You need to use asynchbase v1.2.0 (unreleased) if you want to use
HBase 0.92.0.  Here's a quick workaround until v1.2.0 is released:

git clone git://github.com/stumbleupon/asynchbase.git
cd asynchbase
make

then copy build/asynchbase-1.2.0-SNAPSHOT.jar into OpenTSDB's
build/third_party/hbase/asynchbase-1.1.0.jar

--
Benoit "tsuna" Sigoure
Software Engineer @ www.StumbleUpon.com

你可能感兴趣的:(OpenTSDB › Trouble getting started)