| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
86 (0.114s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-5770] Add a clock skew warning threshold - HBase - [issue]
|
|
...There's currently an exception thrown by the master when a region server attempts to start up with clock skew greater than some configured amount (defaulting to 30 seconds). However, it'd be...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5770
Author: Ian Varley,
2012-04-13, 18:32
|
|
|
Re: Schema Updates: what do you do today? - HBase - [mail # user]
|
|
...Thanks, Andy. Yeah, a tool that compares a schema definition with a running cluster, and gives you a way to apply changes (without offlining, where po ssible), would be pretty sweet. &...
|
|
|
Author: Ian Varley,
2012-04-09, 19:39
|
|
|
Schema Updates: what do you do today? - HBase - [mail # user]
|
|
...All: I'm doing a little research into various ways to apply schema modifications to an HBase cluster. Anybody care to share with the list what you currentl y do? E.g. - Co...
|
|
|
Author: Ian Varley,
2012-04-09, 16:08
|
|
|
Re: Key Design Question for list data - HBase - [mail # user]
|
|
...Great, glad to help Derek! One clarification, on space usage: on disk, the row key (and column family) is repeated for every cell. So if you have rows like: user123: ...
|
|
|
Author: Ian Varley,
2012-04-04, 18:15
|
|
|
Re: Key Design Question for list data - HBase - [mail # user]
|
|
...Hi Derek, If I understand you correctly, you're ultimately trying to store triples in the form "user, valueid, value", right? E.g., something like: "user123, firstname, Pau...
|
|
|
Author: Ian Varley,
2012-04-03, 19:59
|
|
|
Re: HBase & BigTable + History: Can it run decently on a 512MB machine? What's the difference between the two? - HBase - [mail # user]
|
|
...DS, HBase is an open source project, so you can read the source code and make t hat determination for yourself. It was first created based on the same idea s in the Bigtable paper (pub...
|
|
|
Author: Ian Varley,
2012-03-06, 00:48
|
|
|
Re: Scanning the last N rows - HBase - [mail # user]
|
|
...Yes, you do have to worry about efficiency. If your rows aren't ordered in the table (by rowkey) according to the update date, the server will be havi ng to scan the entire table. Your...
|
|
|
Author: Ian Varley,
2012-03-02, 21:49
|
|
|
Re: Seeking HBase schema design examples - HBase - [mail # user]
|
|
...Yes, that's a great one - and it's one of the few schemas I've found that's published online and well explained. I think we need more of that! :) Ian On Feb 23, 2012, at 1:...
|
|
|
Author: Ian Varley,
2012-02-23, 14:16
|
|
|
Seeking HBase schema design examples - HBase - [mail # user]
|
|
...All: I’m doing a study on HBase schema design, with a goal of contributing bac k a presentation or summary about how data modeling is practically done in HBase. I'd like to base ...
|
|
|
Author: Ian Varley,
2012-02-22, 21:40
|
|
|
Re: Solr & HBase - Re: How is Data Indexed in HBase? - HBase - [mail # user]
|
|
...One minor clarification: HBase is primarily built for retrieving a single row at a time based on a predetermined and known location (the key). Substitute that with: "HBase is pri...
|
|
|
Author: Ian Varley,
2012-02-22, 18:18
|
|
|
|