| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
477 (0.364s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: schema design: rows vs wide columns - HBase - [mail # user]
|
|
...StAck, Just because FB does something doesn't mean its necessarily a good idea for others to do the same. FB designs specifically for their needs and their use cases may not mat...
|
|
|
Author: Michael Segel,
2013-04-08, 11:17
|
|
|
Re: HBase M/R with M/R and HBase not on same cluster - HBase - [mail # user]
|
|
...Just out of curiosity... Why do you want to run the job on Cluster A that reads from Cluster B but writes to Cluster A? Wouldn't it be easier to run the job on Cluster B and ins...
|
|
|
Author: Michael Segel,
2013-03-25, 16:12
|
|
|
Re: ‘split’ start/stop key range of large table regions for more map tasks - HBase - [mail # user]
|
|
...I think the problem is that Wei has been reading some stuff in blogs and that's why he has such a large region size to start with. So if he manually splits the logs, drops the region ...
|
|
|
Author: Michael Segel,
2013-03-25, 15:52
|
|
|
Re: Evenly splitting the table - HBase - [mail # user]
|
|
...@Aaron, You said you're using a salt, which would imply that your number is random and not derived from the base key. (Where base key is the key prior to being hashed. ) I...
|
|
|
Author: Michael Segel,
2013-03-25, 11:20
|
|
|
Re: HBase type support - HBase - [mail # user]
|
|
...Thanks for the clarification Doug. Back to my point, I was saying that MD5 and SHA-1 are already part of the Java package so if you're running Java 1.6_xx or Java 1.7_xx, you will hav...
|
|
|
Author: Michael Segel,
2013-03-19, 00:42
|
|
|
Re: HBase type support - HBase - [mail # user]
|
|
...yup. Why break a good thing? ;-) On Mar 18, 2013, at 6:54 PM, Jonathan Hsieh wrote: ...
|
|
|
Author: Michael Segel,
2013-03-19, 00:31
|
|
|
Re: HBase type support - HBase - [mail # user]
|
|
...Its not a question of FUD, but that certain types of encryption/decryption code falls under the munitions act. See: http://www.fas.org/irp/offdocs/eo_crypt_9611_memo.htm Having s...
|
|
|
Author: Michael Segel,
2013-03-17, 16:13
|
|
|
Re: LIMITATIONS OF CODE THAT CAN BE WRITTEN IN HBASE COPROCESSORS - HBase - [mail # user]
|
|
...I'm not sure of your question... Is it that when you wish to push out a new version of your coprocessor, that you have issues because the older version is being executed instead? &nbs...
|
|
|
Author: Michael Segel,
2013-02-28, 16:31
|
|
|
|