| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
80 (0.191s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: zk connection leak with TableInput/OutputFormat (CDH3b4, 0.90.1) - HBase - [mail # user]
|
|
...FWIW, I created a test program that demonstrates the issue. The program creates an HBase table, populates it with 10 rows, then runs a simple map-reduce job 10 times in successio...
|
|
|
Author: Bryan Keller,
2011-04-16, 06:56
|
|
|
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
|
|
|
|