Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 64 (0.155s).
Loading phrases to help you
refine your search...
[HBASE-5728] Methods Missing in HTableInterface - HBase - [issue]
...Dear all,I found some methods existed in HTable were not in HTableInterface.   setAutoFlush   setWriteBufferSize   ...In most cases, I manipulate HBase through ...
http://issues.apache.org/jira/browse/HBASE-5728    Author: Bing Li, 2013-04-07, 06:10
Re: Is "synchronized" required? - HBase - [mail # user]
...Dear Lars,  Some exceptions are raised when I concurrently read data from HBase. Each thread to read is assigned a HTable instance. The version of HBase I used is 0.92.0.  I cannot...
   Author: Bing Li, 2013-02-07, 08:10
Re: Is "synchronized" required? - HBase - [mail # user]
...Dear Lars,  I am now running HBase in the pseudo-distributed mode. The updated HTable constructor also works?  Thanks so much! Bing  On Wed, Feb 6, 2013 at 3:44 PM, lars hofha...
   Author: Bing Li, 2013-02-06, 10:31
Concurrently Reading Still Got Exceptions - HBase - [mail # user]
...Dear all,  Some exceptions are raised when I concurrently read data from HBase. The version of HBase I used is 0.92.0.  I cannot fix the problem. Could you please help me?  Th...
   Author: Bing Li, 2013-02-06, 10:27
Re: Is "synchronized" required? - HBase - [mail # user]
...Lars,  I found that at least the exceptions have nothing to do with shared HTable.  To save the resources, I designed a pool for the classes that write and read from HBase. The pri...
   Author: Bing Li, 2013-02-06, 06:36
Re: The Exceptions When Concurrently Writing and Reading - HBase - [mail # user]
...Dear all,  Sorry, I just found that the same exceptions when "synchronized" is added.  Some other problems may exist. I am now checking.  Do you have any suggestions?  Th...
   Author: Bing Li, 2013-02-05, 19:20
Re: The Exceptions When Concurrently Writing and Reading - HBase - [mail # user]
...Ted,  The version is 0.92.0. Is it what you need?  BTW, now I runs HBase in the pseudo-distributed mode.  Thanks! Bing   On Wed, Feb 6, 2013 at 2:49 AM, Ted Yu  wrot...
   Author: Bing Li, 2013-02-05, 19:00
Re: The Exceptions When Concurrently Writing and Reading - HBase - [mail # user]
...Dear Ted,  My HBase is 0.92.  Thanks! Bing  On Wed, Feb 6, 2013 at 2:45 AM, Ted Yu  wrote:...
   Author: Bing Li, 2013-02-05, 18:46
The Exceptions When Concurrently Writing and Reading - HBase - [mail # user]
...Dear all,  To raise the performance of writing data into HBase, the "synchronized" is removed from the writing method.  But after "synchronized" is removed from the method of writi...
   Author: Bing Li, 2013-02-05, 18:39
Re: Is "synchronized" required? - HBase - [mail # user]
...Dear all,  After "synchronized" is removed from the method of writing, I get the following exceptions when reading. Before the removal, no such exceptions.  Could you help me how t...
   Author: Bing Li, 2013-02-05, 16:54
Sort:
project
HBase (64)
Hive (32)
Hadoop (12)
MapReduce (5)
HDFS (3)
type
mail # user (63)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (13)
last 9 months (64)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Bing Li