| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
160 (0.168s).
|
|
|
Loading phrases to help you refine your search...
|
|
fastest way to run tests - HBase - [mail # dev]
|
|
...Hi devs - are there any commands to pass to "mvn test" to get it to run the tests more aggressively. Trying to run it on i7 / 32G / SSD, and only seeing 10 or 20% cpu usage and negligi...
|
|
|
Author: Matt Corgan,
2012-08-26, 22:57
|
|
|
Re: How to query by rowKey-infix - HBase - [mail # user]
|
|
...Yeah - just thought i'd point it out since people often have small tables in their cluster alongside the big ones, and when generating reports, sometimes you don't care if it finishes in 10 ...
|
|
|
Author: Matt Corgan,
2012-08-03, 01:29
|
|
|
Re: How to query by rowKey-infix - HBase - [mail # user]
|
|
...Also Christian, don't forget you can read all the rows back to the client and do the filtering there using whatever logic you like. HBase Filters can be thought of as an optimization (...
|
|
|
Author: Matt Corgan,
2012-08-02, 23:09
|
|
|
Re: How to query by rowKey-infix - HBase - [mail # user]
|
|
...When deciding between a table scan vs secondary index, you should try to estimate what percent of the underlying data blocks will be used in the query. By default, each block is 64KB. ...
|
|
|
Author: Matt Corgan,
2012-07-31, 17:41
|
|
|
[HBASE-6226] move DataBlockEncoding and related classes to hbase-common module - HBase - [issue]
|
|
...In order to isolate the implementation details of HBASE-4676 (PrefixTrie encoding) and other DataBlockEncoders by putting them in modules, this pulls up the DataBlockEncoding related interfa...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6226
Author: Matt Corgan,
2012-07-03, 12:12
|
|
|
Re: Test for KeyValue - HBase - [mail # dev]
|
|
...Hi guys - i agree it should be moved up and with Jesse's other comments as well. I have a patch in HBASE-6234that moves the tests if one of the committers wants to take a look. I...
|
|
|
Author: Matt Corgan,
2012-07-01, 20:01
|
|
|
Re: Understanding HBase log output regarding memstore flush - HBase - [mail # user]
|
|
...Hi Asaf, I believe HDFS will see the 35.5MB worth of data. The 132.7MB is the size of the data in the memstore with the overhead of the ConcurrentSkipListMap which is a pointer-h...
|
|
|
Author: Matt Corgan,
2012-06-28, 17:33
|
|
|
Re: Performance Testing - HBase - [mail # dev]
|
|
...just brainstorming =) Some of those are motivated by the performance tests i wrote for data block encoding: Link. In that directory: * SeekBenchmarkMain gathers all of the ...
|
|
|
Author: Matt Corgan,
2012-06-21, 22:05
|
|
|
Re: Performance Testing - HBase - [mail # dev]
|
|
...These are geared more towards development than regression testing, but here are a few ideas that I would find useful: * Ability to run the performance tests (or at least a subset of th...
|
|
|
Author: Matt Corgan,
2012-06-21, 19:36
|
|
|
Re: FindBugs-related build error - HBase - [mail # dev]
|
|
...I noticed you are missing the "s" on -DskipTests (mvn -DskipTest package), but that's probably unrelated. On Wed, Jun 20, 2012 at 7:47 PM, Ted Yu wrote: ...
|
|
|
Author: Matt Corgan,
2012-06-21, 05:28
|
|
|
|