Take a look at http://opentsdb.net/ and see if it attacks your time series
problem in an interesting way for what you are doing.

Regarding your second comment, Zookeeper actually makes it easier to install
hbase because it stabilizes the interactions between different components.
 There is also an option to have hbase run ZK itself so that you don't have
to think about it.  I wouldn't recommend that for a serious production
install.

Can you say a bit more about what kind of "time data" you have and what kind
of analysis you want to do?

On Tue, Mar 8, 2011 at 5:16 AM, Rita <rmorgan...@gmail.com> wrote:

> I would like to build a fast dataquery system. Basically I have several
> terabytes of time data I would like to analyze and I was wondering if hbase
> is the right tool? Currently, I have a hdfs cluster of 100+ nodes and
> everything is working fine. We are very happy with it. However, it would be
> nice to build something on top of the data. I was thinking of hbase but are
> there any other solutions (easier)? Hbase looks complicated to install
> because of zookeeper component.
>
>
> --
> --- Get your facts first, then you can distort them as you please.--
>

Reply via email to