| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
104 (0.844s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: hbase-master-server slept - HBase - [mail # user]
|
|
...First, In the world of Hadoop, if it ain't broke don't fix it, may not be the best advice. HBase is still evolving at a good pace and you want to be closer to the latest releases. CDH4...
|
|
|
Author: Michel Segel,
2013-02-14, 12:41
|
|
|
Re: restrict clients - HBase - [mail # user]
|
|
...Not a simple answer. You have to treat security like an onion. You can restrict access to the cluster by limiting access to the cluster's subnet. That's just the start. You can t...
|
|
|
Author: Michel Segel,
2013-02-11, 14:58
|
|
|
Re: how to model data based on "time bucket" - HBase - [mail # user]
|
|
...Tough one in that if your events are keyed on time alone, you will hit a hot spot on write. Reads,not so much... TSDB would be a good start ... You may not need 'buckets' but jus...
|
|
|
Author: Michel Segel,
2013-01-28, 15:54
|
|
|
Re: Coprocessor / threading model - HBase - [mail # user]
|
|
...There are a couple of different designs that you can use to perform the write to the secondary index. I wouldn't call this an anti-pattern... (AP's comment) Using htablepool woul...
|
|
|
Author: Michel Segel,
2013-01-13, 13:25
|
|
|
Re: HBase - Secondary Index - HBase - [mail # user]
|
|
...Can you provide a use case? Sent from a remote device. Please excuse any typos... Mike Segel On Jan 8, 2013, at 6:30 PM, lars hofhansl wrote: ...
|
|
|
Author: Michel Segel,
2013-01-09, 01:30
|
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...This what wrote: By definition the salt is a random number which is the first part of the one way crypt() function. Using some modulo function is the second half of what I said. ;-) &n...
|
|
|
Author: Michel Segel,
2012-12-20, 01:47
|
|
|
Re: HBase - Secondary Index - HBase - [mail # user]
|
|
...Just a couple of questions... First, since you don't have any natural secondary indices, you can create one from a couple of choices. Keeping it simple, you choose an inverted table as...
|
|
|
Author: Michel Segel,
2012-12-18, 09:02
|
|
|
Re: How to design a data warehouse in HBase? - HBase - [mail # user]
|
|
...I don't know that I would recommend Impala at this stage in its development. Sorry, it has a bit of growing up. It's interesting, but no UDFs, right? Sent from a remote device. P...
|
|
|
Author: Michel Segel,
2012-12-14, 00:49
|
|
|
Re: How to design a data warehouse in HBase? - HBase - [mail # user]
|
|
...You need to spend a bit of time on Schema design. You need to flatten your Schema... Implement some secondary indexing to improve join performance... Depends on what you want to do... ...
|
|
|
Author: Michel Segel,
2012-12-13, 08:43
|
|
|
Re: Put while move or split - HBase - [mail # user]
|
|
...He could have meant that the region was unavailable for a longer duration. My take is that you could have limited bandwidth, and a very large region on the move. While I don't imagine ...
|
|
|
Author: Michel Segel,
2012-12-03, 10:23
|
|
|
|