Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 263 (2.859s).
Loading phrases to help you
refine your search...
RE: Storing images in Hbase - HBase - [mail # user]
...That's right, Memstore size , not flush size is increased.  Filesize is 10G. Overall write cache is 60% of heap and read cache is 20%.  Flush size is 15%.  64 maxlogs at 128MB...
   Author: Jack Levin, 2013-01-13, 16:17
Re: Storing images in Hbase - HBase - [mail # user]
...http://img338.imageshack.us/img338/6831/screenshot20130111at949.png  this shows how often we flush, and how large are the region files.  We do have bloomfilters turn up, that we do...
   Author: Jack Levin, 2013-01-11, 17:51
Re: Storing images in Hbase - HBase - [mail # user]
...We buffer all accesses to HBASE with Varnish SSD based caching layer. So the impact for reads is negligible.  We have 70 node cluster, 8 GB of RAM per node, relatively weak nodes (intel...
   Author: Jack Levin, 2013-01-11, 17:47
Re: Region number and allocation advice - HBase - [mail # user]
...Please note that if you have fast growing datastore, you may end up with very large region files - if you limit the number of regions.  If that happens (and you can tell by simply exami...
   Author: Jack Levin, 2012-07-06, 21:27
Re: Storing extremely large size file - HBase - [mail # user]
...Whats wrong with that size?  We store > 15MB routinely into our image hbase.  -Jack  On Tue, Apr 17, 2012 at 10:46 AM, Jean-Daniel Cryans  wrote:...
   Author: Jack Levin, 2012-04-17, 17:47
Re: Speeding up HBase read response - HBase - [mail # user]
...Yes, from  %util you can see that your disks are working at 100% pretty much.  Which means you can't push them go any faster.   So the solution is to add more disks, add faste...
   Author: Jack Levin, 2012-04-09, 14:28
Re: Speeding up HBase read response - HBase - [mail # user]
...Please email iostat -xdm 1, run for one minute during load on each node Sent from my Android phone with K-9 Mail. Please excuse my brevity.  ijanitran  wrote:   I have 4 nodes...
   Author: Jack Levin, 2012-04-06, 17:14
Re: ideas for hbasecon 2012 - HBase - [mail # user]
...I would do a panel session on the subject if there is interest.  -Jack  On Thu, Feb 23, 2012 at 11:50 AM, Andrew Purtell  wrot e: ictly my personal opinion. a nuanced discussi...
   Author: Jack Levin, 2012-02-24, 00:56
Re: Hbase Images - HBase - [mail # user]
...images (jpgs) are bytes, there is no difference, you just need to add appropriate http headers using nginx or any other proxy of choice and put it on top of REST HBASE api.  -Jack  ...
   Author: Jack Levin, 2012-01-17, 21:12
Re: Meta region hotspotting - HBase - [mail # user]
...Some time ago, we had a situation where our REST server was slammed with queries that did not find any matches for rows in Hbase.  When that happened we sustained 50k rpc/sec to META re...
   Author: Jack Levin, 2011-12-27, 01:32
Sort:
project
HBase (263)
Hadoop (2)
type
mail # user (263)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (13)
last 9 months (263)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (413)
Gary Helmling (290)
Jack Levin