Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 160 (0.298s).
Loading phrases to help you
refine your search...
KeyValueScanner - HBase - [mail # dev]
...Hi guys - I'm working on an interface for KeyValue and also trying to figure out what changes we need to make to KeyValueScanner for prefix compression.  One thing that's confusing me i...
   Author: Matt Corgan, 2012-09-13, 05:25
Re: HBase Developer's Pow-wow. - HBase - [mail # dev]
...Jacques - i'll be there tomorrow.  Look forward to talking.  Some comments before then:  - How to maintain consistency (maybe this is unimportant?)  Not unimportant at al...
   Author: Matt Corgan, 2012-09-11, 05:59
Re: HBase Developer's Pow-wow. - HBase - [mail # dev]
...One sparse use case for us is rate limit detection.  We store user events in an Event table whose primary key is a unique timestamp (sharded to avoid hotspotting) and which has eventTyp...
   Author: Matt Corgan, 2012-09-11, 01:20
Re: HBase Developer's Pow-wow. - HBase - [mail # dev]
...Can indexing be boiled down to these questions to start?  1) Per-region or Per-table 2) Sync or Async 3) Client-managed or Server-managed 4) Schema or Schema-less  Definitions: &nb...
   Author: Matt Corgan, 2012-09-10, 19:13
Re: RPC KeyValue encoding - HBase - [mail # dev]
...I created separate reviewboard requests for the hbase-common module and the hbase-prefix-tree module.  First one has the Cell interface, CellOutputStream, CellScanner, etc mentioned abo...
   Author: Matt Corgan, 2012-09-03, 23:55
Re: RPC KeyValue encoding - HBase - [mail # dev]
...Yes.  I'll rename CellAppender to CellOutputStream.  The concept is very similar to a GzipOutputStream where you write bytes to it and periodically call flush() which spits out a c...
   Author: Matt Corgan, 2012-09-03, 18:24
Re: RPC KeyValue encoding - HBase - [mail # dev]
...RPC encoding would be really nice since there is sometimes significant wire traffic that could be reduced many-fold.  I have a particular table that i scan and stream to a gzipped outpu...
   Author: Matt Corgan, 2012-09-02, 06:29
[HBASE-6234] Move simple KeyValue tests to hbase-common module - HBase - [issue]
...TestKeyValue, LoadTestKVGenerator, and TestLoadTestKVGenerator should move up to hbase-common.  This brings MD5Hash up as a dependency as well.To play well with Maven as discussed in HB...
http://issues.apache.org/jira/browse/HBASE-6234    Author: Matt Corgan, 2012-08-31, 18:48
Re: Disk space usage of HFilev1 vs HFilev2 - HBase - [mail # user]
...Could it be the addition of the memstoreTS?  i forget if that is in v1 as well.  Matt  On Tue, Aug 28, 2012 at 7:37 AM, Stack  wrote:  ...
   Author: Matt Corgan, 2012-08-28, 18:24
Re: fastest way to run tests - HBase - [mail # dev]
...Thanks  - that helps a good bit.  I do get some failures from things like "Filesystem closed" and "Address already in use", but sounds like that's not unexpected right now.   ...
   Author: Matt Corgan, 2012-08-28, 00:23
Sort:
project
HBase (160)
Avro (3)
type
mail # dev (77)
mail # user (72)
issue (11)
date
last 7 days (0)
last 30 days (3)
last 90 days (15)
last 6 months (24)
last 9 months (160)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Matt Corgan