| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
80 (0.279s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Hi Rodrigo , That is just GREAT Idea :-) !!! But how did you get a final result: ======================= event1 | event2, event3 event2 | event3 event3 | I tried to...
|
|
|
Author: Oleg Ruchovets,
2013-01-31, 15:39
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Hi Rodrigo , As usual you have very intereting ! :-) I am not sure that I understand exactly what do you mean and I try to simulate: Suppose we have such eve...
|
|
|
Author: Oleg Ruchovets,
2013-01-31, 13:52
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Hi Rodrigo. Using solution with 2 tables : one main and one as index. I have ~50 Million records , in my case I need scan all table and as a result I will have 50 Millions scan...
|
|
|
Author: Oleg Ruchovets,
2013-01-30, 09:57
|
|
|
read from multiple hbase table using mapreduce - HBase - [mail # user]
|
|
...HI , I want to read row by row from one table and based on this row scan another table. Is it possible to do using mapreduce job. I don't want to use single client. Thanks...
|
|
|
Author: Oleg Ruchovets,
2013-01-28, 20:05
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...I think I didn't explain correct. I want to read from 2 table in context of 1 mapreduce job. I mean I want to read one key from main table and scan range from another in the sa...
|
|
|
Author: Oleg Ruchovets,
2013-01-28, 17:45
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Yes. This is very interesting approach. Is it possible to read from main key and scan from another using map/reduce? I don't want to read from single client. I us...
|
|
|
Author: Oleg Ruchovets,
2013-01-28, 17:07
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Yes , I agree that using only timestamp it will cause hotspot. I can create prespliting for regions. I saw TSDB video and presentation and their data model. I think this ...
|
|
|
Author: Oleg Ruchovets,
2013-01-28, 16:24
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Hi Rodrigo. Can you please explain in more details your solution.You said that I will have another table. How many table will I have? Will I have 2 tables? What will be the schema of ...
|
|
|
Author: Oleg Ruchovets,
2013-01-28, 15:49
|
|
|
how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Hi , I have such row data structure: event_id | time ============ event1 | 10:07 event2 | 10:10 event3 | 10:12 event4 | 10:20 event5 | 10:23 event6 | 10:25 Numbers o...
|
|
|
Author: Oleg Ruchovets,
2013-01-28, 13:06
|
|
|
hbase olap cube - HBase - [mail # user]
|
|
...Hi , I have a timeseries data and I am looking for capabilities to store and aggregates the events on such level granularity: YEAR | MONTH | WEEK | DAY...
|
|
|
Author: Oleg Ruchovets,
2013-01-16, 10:23
|
|
|
|