Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 58 (0.084s).
Loading phrases to help you
refine your search...
Re: Using doubles and longs as ordering row values - HBase - [mail # user]
...Hello Lars,  Thank you. Where can I find the lily library? I can't find it on github or Google.  /David   On Fri, Nov 30, 2012 at 3:54 AM, lars hofhansl  wrote:  ...
   Author: David Koch, 2012-12-01, 15:01
Re: PrefixFilter is not working with long in HBase - HBase - [mail # user]
...Hi,  If your row keys really are really longs, i.e stored as: Long.getBytes() and NOT Long.toString().getBytes() than you could just use:  Filter rowFilter = new RowFilter(CompareO...
   Author: David Koch, 2012-11-23, 13:09
Re: Custom versioning best practices - HBase - [mail # user]
...Hello Michael,  Thank you for your response.  By the way, is it possible to set setMaxVersions per column family on a scan?  /David   On Thu, Nov 22, 2012 at 5:11 PM, Mic...
   Author: David Koch, 2012-11-22, 20:47
Custom versioning best practices - HBase - [mail # user]
...Hello,  I was thinking of using versions with custom timestamps to store the evolution of a column value - as opposed to creating several (time_t, value_at_time_t) qualifier-value pairs...
   Author: David Koch, 2012-11-22, 13:55
Re: Scan performance on compressed column families - HBase - [mail # user]
...Hello Oliver,  Thank you for the clarification. As Kevin also pointed out, I guess we will just have to test compression in our environment.  Regards,  /David   On Fri, N...
   Author: David Koch, 2012-11-11, 18:08
Re: Scan performance on compressed column families - HBase - [mail # user]
...*BUMP*  Sorry,  /David  On Sat, Nov 3, 2012 at 3:57 PM, David Koch  wrote:  ...
   Author: David Koch, 2012-11-07, 13:09
Re: HBase scan performance decreases over time. - HBase - [mail # user]
...Hello Ted,  We never initiate major compaction manually. I have not looked at I/O balance between nodes in detail. We have noticed that after running for a couple of weeks HBase seems t...
   Author: David Koch, 2012-11-03, 19:50
HBase scan performance decreases over time. - HBase - [mail # user]
...Hello,  Every now and then we need to flatten our cluster and re-import all data from log files (changes in data format, etc.) Afterwards we notice a significant increase in scan perfor...
   Author: David Koch, 2012-11-03, 15:12
Scan performance on compressed column families - HBase - [mail # user]
...Hello,  Are scans faster when compression is activated? The HBase book by Lars George seems to suggest so (p424, Section on "Compression" in chapter "Performance Tuning").  "... co...
   Author: David Koch, 2012-11-03, 14:57
Efficient way to sample from large HBase table. - HBase - [mail # user]
...Hello,  I need to sample 1million rows from a large HBase table. What is an efficient way of doing this?  I thought about a RandomRowFilter on a scan of the source table to get app...
   Author: David Koch, 2012-10-12, 15:04
Sort:
project
HBase (58)
Hive (4)
MapReduce (1)
type
mail # user (58)
date
last 7 days (0)
last 30 days (1)
last 90 days (10)
last 6 months (31)
last 9 months (58)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (420)
Gary Helmling (290)
David Koch