| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
64 (0.642s).
|
|
|
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
|
|
|
|