Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 79 (0.126s).
Loading phrases to help you
refine your search...
Re: zk connection leak with TableInput/OutputFormat (CDH3b4, 0.90.1) - HBase - [mail # user]
...I am having this same problem. After every run of my map-reduce job  which uses TableInputFormat, I am leaking one ZK connection. The  connections that are not being cleaned up are...
   Author: Bryan Keller, 2011-04-15, 22:41
Is there a setting to cap row size? - HBase - [mail # user]
...I have a wide table schema for an HBase table, where I model a  one-to-many relationship of purchase orders and line items. Each row is  a purchase order, and I add columns for eac...
   Author: Bryan Keller, 2011-04-07, 07:24
Re: Connecting to HBase from OSGi - HBase - [mail # user]
...Yes you can, I use Felix and Eclipse Virgo Blueprint in my app, and it  connects to HBase. The HBase and Hadoop jars are not bundles, however,  so you will need to either put them ...
   Author: Bryan Keller, 2011-03-23, 17:35
Re: Long client pauses with compression - HBase - [mail # user]
...I changed the settings as described below:  hbase.hstore.blockingStoreFiles=20 hbase.hregion.memstore.block.multiplier=4 MAX_FILESIZE=512mb MEMSTORE_FLUSHSIZE=128mb  I also created...
   Author: Bryan Keller, 2011-03-15, 02:04
Re: Long client pauses with compression - HBase - [mail # user]
...This is very informative and helpful, I will try changing the settings and will report back.  On Mon, Mar 14, 2011 at 11:54 AM, Jean-Daniel Cryans wrote:  ...
   Author: Bryan Keller, 2011-03-14, 20:18
Re: Long client pauses with compression - HBase - [mail # user]
...If interested, I wrote a small program that demonstrates the problem  (http://vancameron.net/HBaseInsert.zip). It uses Gradle, so you'll need  that. To run, enter "gradle run". &nb...
   Author: Bryan Keller, 2011-03-13, 20:48
Long client pauses with compression - HBase - [mail # user]
...I am using the Java client API to write 10,000 rows with about 6000  columns each, via 8 threads making multiple calls to the  HTable.put(List) method. I start with an empty table ...
   Author: Bryan Keller, 2011-03-13, 08:14
HBase Java client dependencies - HBase - [mail # user]
...In my application I'm using the Java HBase API. I'm using Maven (well,  Gradle actually) to declare a dependency on HBase. Unfortunately, the  dependency on HBase drags every trans...
   Author: Bryan Keller, 2011-03-01, 02:33
Re: Insert into tall table 50% faster than wide table - HBase - [mail # user]
...Correction, I ran the wrong test. Consolidating the Puts increased  performance back to that of the tall table. So it appears row locks were  the issue. Thanks for the help everyon...
   Author: Bryan Keller, 2010-12-23, 22:44
Re: Insert into tall table 50% faster than wide table - HBase - [mail # user]
...I revised the test so that it creates a single Put for each customer.  Previously I was creating a separate Put for each order, even if the  order was for the same customer. I subm...
   Author: Bryan Keller, 2010-12-23, 22:28
Sort:
project
HBase (79)
Hadoop (17)
type
mail # user (78)
issue (1)
date
last 7 days (0)
last 30 days (13)
last 90 days (13)
last 6 months (22)
last 9 months (79)
author
Stack (3754)
Ted Yu (2470)
Jean-Daniel Cryans (2271)
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