sorry for being unclear.

The timeseries data is very simple.

Time, Value

The time is in nanosecond precision and values are floating point. Some
datasets span from 2010 to 2011 so as you can imagine there is a lot of
data.

I am looking for things like, what is the value from 2010/03/04 17:00:06.001
to 17:01:06.0009

Something simple like that

On Tue, Mar 8, 2011 at 10:22 AM, Ted Dunning <tdunn...@maprtech.com> wrote:

> 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.--
>>
>
>


-- 
--- Get your facts first, then you can distort them as you please.--

Reply via email to