| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
485 (0.134s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase and Datawarehouse - HBase - [mail # user]
|
|
...Hmmm I don't recommend HBase in situations where you are not running a M/R Framework. Sorry, as much as I love HBase, IMHO there are probably better solutions for a standalone NoSQL Da...
|
|
|
Author: Michael Segel,
2013-04-30, 18:42
|
|
|
Re: HBase and Datawarehouse - HBase - [mail # user]
|
|
...Multiple RS per host? Huh? That seems very counter intuitive and potentially problematic w M/R jobs. Could you expand on this? Thx -Mike On Apr 30, 2013...
|
|
|
Author: Michael Segel,
2013-04-30, 18:14
|
|
|
Re: Read access pattern - HBase - [mail # user]
|
|
...Sure. By definition, the salt number is a random seed that is not associated with the underlying record. A simple example is a round robin counter (mod the counter by 10 yielding...
|
|
|
Author: Michael Segel,
2013-04-30, 17:06
|
|
|
Re: Read access pattern - HBase - [mail # user]
|
|
...Geez that's a bad article. Never salt. And yes there's a difference between using a salt and using the first 2-4 bytes from your MD5 hash. (Hint: Salts are random. Your h...
|
|
|
Author: Michael Segel,
2013-04-30, 15:57
|
|
|
Re: HBase and Datawarehouse - HBase - [mail # user]
|
|
...Tell me why your RS needs to be that large? (> 8 GB. ) I think the answer is that it depends. Especially when you start to add in coprocessors. I'm not saying that there...
|
|
|
Author: Michael Segel,
2013-04-30, 13:17
|
|
|
Re: Dual Hadoop/HBase configuration through same client - HBase - [mail # user]
|
|
...This was answered on the linkedIn HBase discussion group. Create two configuration instances and then have each one point to the cluster you want to connect to. Then when you c...
|
|
|
Author: Michael Segel,
2013-04-28, 02:35
|
|
|
Re: Coprocessors - HBase - [mail # user]
|
|
...Hi, Lets reiterate what you've said.... You have a set of objects and you have some field type where F1 which is part of your composite key. You want to fetch back a...
|
|
|
Author: Michael Segel,
2013-04-26, 02:43
|
|
|
Re: Coprocessors - HBase - [mail # user]
|
|
...I don't think Phoenix will solve his problem. He also needs to explain more about his problem before we can start to think about the problem. On Apr 25, 2013, at 4:54 PM,...
|
|
|
Author: Michael Segel,
2013-04-25, 22:12
|
|
|
Re: schema design: rows vs wide columns - HBase - [mail # user]
|
|
...I think the important thing about Column Families is trying to understand on how to use them properly in a design. Sparse data may make sense. It depends on the use case and an unders...
|
|
|
Author: Michael Segel,
2013-04-16, 14:35
|
|
|
Re: Essential column family performance - HBase - [mail # user]
|
|
...I think that JM brings up a good point. Keep in mind that RLL in HBase is not the same when you think of Row Level Locking in transactional systems. Depending on the use case... ...
|
|
|
Author: Michael Segel,
2013-04-08, 18:07
|
|
|
|