Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 80 (5.052s).
Loading phrases to help you
refine your search...
Re: Poor HBase map-reduce scan performance - HBase - [mail # user]
...The table has hashed keys so rows are evenly distributed amongst the regionservers, and load on each regionserver is pretty much the same. I also have per-table balancing turned on. I get mo...
   Author: Bryan Keller, 2013-05-01, 06:02
Re: Poor HBase map-reduce scan performance - HBase - [mail # user]
...Yes, I have it enabled (forgot to mention that).  On Apr 30, 2013, at 9:56 PM, Ted Yu  wrote:  ...
   Author: Bryan Keller, 2013-05-01, 05:01
Re: Poor HBase map-reduce scan performance - HBase - [mail # user]
...Yes, I have tried various settings for setCaching() and I have setCacheBlocks(false)  On Apr 30, 2013, at 9:17 PM, Ted Yu  wrote:  ...
   Author: Bryan Keller, 2013-05-01, 04:31
Poor HBase map-reduce scan performance - HBase - [mail # user]
...I have been attempting to speed up my HBase map-reduce scans for a while now. I have tried just about everything without much luck. I'm running out of ideas and was hoping for some suggestio...
   Author: Bryan Keller, 2013-05-01, 04:01
Re: Maximizing throughput - HBase - [mail # user]
...I'll follow up on this in case it is useful to anyone. It seems I was network I/O limited. The switch I was using was in managed mode which decreased throughput to 1gbit/sec within the switc...
   Author: Bryan Keller, 2013-01-15, 17:28
Re: Maximizing throughput - HBase - [mail # user]
...Thanks for the responses. I'm running HBase 0.92.1 (Cloudera CDH4).  The program is very simple, it inserts batches of rows into a table via multiple threads. I've tried running it with...
   Author: Bryan Keller, 2013-01-11, 17:37
Re: HBaseClient.call() hang - HBase - [mail # user]
...Yes, that is what I would expect, but the client is stuck in the Object.wait() call and doesn't get notified until the RPC timeout passes.  On Dec 18, 2012, at 12:27 PM, "Mesika, Asaf" ...
   Author: Bryan Keller, 2012-12-18, 22:25
Re: HBaseClient.call() hang - HBase - [mail # user]
...The regionserver shutdowns I have pretty much under control. My main problems is with the Object.wait() hang and RPC timeout with very selective filters. My region sizes are 4gb for this par...
   Author: Bryan Keller, 2012-12-18, 20:05
Re: HBaseClient.call() hang - HBase - [mail # user]
...It seems there was a cascading effect. The regionservers were busy with scanning a table, which resulted in some long GC's. The GC's were long enough to trigger the Zookeeper timeout on at l...
   Author: Bryan Keller, 2012-12-17, 17:18
Re: HBaseClient.call() hang - HBase - [mail # user]
...Forgot to mention that. It's version 0.92.1 (Cloudera CDH4.1.1), running on CentOS 6 64 bit, Java 1.6.0_31  On Dec 14, 2012, at 5:31 PM, lars hofhansl  wrote:  ...
   Author: Bryan Keller, 2012-12-15, 05:29
Sort:
project
HBase (80)
Hadoop (17)
type
mail # user (79)
issue (1)
date
last 7 days (1)
last 30 days (14)
last 90 days (14)
last 6 months (23)
last 9 months (80)
author
Stack (3754)
Ted Yu (2471)
Jean-Daniel Cryans (2274)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Bryan Keller