| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
516 (0.081s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Scan (Start Row, End Row) vs Scan (Row) - HBase - [mail # user]
|
|
...The best way to do this is as Friso describes, using the existing stopRow p arameter in Scan. There is another way to do it with startRow + a filter. There is a PrefixF ilter whi...
|
|
|
Author: Jonathan Gray,
2011-01-20, 16:09
|
|
|
RE: hbase 0.20.6 - HBaseClusterTestCase, DU, cygwin, IntelliJ - arg! - HBase - [mail # user]
|
|
...Hey Mark. Sorry to hear about your troubles. There is a new testing facility that has replaced HBaseClusterTestCase. Ch eck out HBaseTestingUtility. It's JUnit4 based...
|
|
|
Author: Jonathan Gray,
2011-01-19, 03:56
|
|
|
RE: Scan with Filter - HBase - [mail # user]
|
|
...The API shows one row per next() call but the number of rows fetched per RP C can be configured much higher with Scan.setCaching(). Filters are basically just server-side predicates th...
|
|
|
Author: Jonathan Gray,
2011-01-18, 18:49
|
|
|
RE: The fourth hbase 0.90.0 release candidate is available for download X - HBase - [mail # dev]
|
|
...+1 on RC3. Been running this in pre-production without issue for a while. of e the ave 's e with once or...
|
|
|
Author: Jonathan Gray,
2011-01-14, 22:10
|
|
|
RE: Recommended Node Size Limits - HBase - [mail # user]
|
|
...How about Integer.MAX_VALUE (or I believe 0 works) to completely disable sp lits? As far what we are running with today, we do have clusters with regions ove r 10GB and growing. ...
|
|
|
Author: Jonathan Gray,
2011-01-14, 19:02
|
|
|
RE: Recommended Node Size Limits - HBase - [mail # user]
|
|
...One of the most important factors to look at is how the number of regions r elates to how much heap is available for your RegionServers, and then how t hat will impact your expected MemStore...
|
|
|
Author: Jonathan Gray,
2011-01-14, 17:39
|
|
|
RE: Cluster Wide Pauses - HBase - [mail # user]
|
|
...These are a different kind of pause (those caused by blockingStoreFiles). This is HBase stepping in and actually blocking updates to a region because compactions have not been ab...
|
|
|
Author: Jonathan Gray,
2011-01-14, 17:29
|
|
|
RE: incrementColumnValue, WAL and timestamp - HBase - [mail # dev]
|
|
...I think there are some hacky fixes in there to prevent duplicate timestamps . With the new seqid, this should not be an issue. I think we should then be able to generate a ...
|
|
|
Author: Jonathan Gray,
2011-01-12, 20:02
|
|
|
RE: No minor compactions on a table built only on bulk loads - HBase - [mail # dev]
|
|
...It's not really a bug. I think the assumption is that if you are at the level of doing your own bu lk loads, you should also manage when you want to compact and split. I kno w in...
|
|
|
Author: Jonathan Gray,
2011-01-11, 00:38
|
|
|
RE: question about Hregion.incrementColumnValue - HBase - [mail # dev]
|
|
...How does doing currentTimeMillis() twice in a row guarantee different times tamps? And in this case, we're talking about the MemStore vs. HLog not HFi le. There is another sectio...
|
|
|
Author: Jonathan Gray,
2011-01-11, 00:34
|
|
|
|