| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
125 (0.047s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase client slows down - HBase - [mail # user]
|
|
...It looks as if RS is able to take the load but at some point memory buffer on the server is full and it slows everything down. Some interseting points I am seeing is memstore size of 5...
|
|
|
Author: Mohit Anchlia,
2012-10-09, 19:59
|
|
|
Re: HBase client slows down - HBase - [mail # user]
|
|
...There are 2 CF on 2 separate region server. And yes, I have not pre-split the regions as I was told that we should let HBase handle that automatically. Is there a way to set autoflush ...
|
|
|
Author: Mohit Anchlia,
2012-10-09, 18:03
|
|
|
Re: HBase client slows down - HBase - [mail # user]
|
|
...I am using HTableInterface as a pool but I don't see any setautoflush method. I am using 0.92.1 jar. Also, how can I see if RS is getting overloaded? I looked at the UI and I don't see...
|
|
|
Author: Mohit Anchlia,
2012-10-09, 17:44
|
|
|
HBase client slows down - HBase - [mail # user]
|
|
...I just have 5 stress client threads writing timeseries data. What I see is after few mts HBaseClient slows down and starts to take 4 secs. Once I kill the client and restart it stays at sust...
|
|
|
Author: Mohit Anchlia,
2012-10-09, 17:27
|
|
|
HBase client - HBase - [mail # user]
|
|
...There is a suggestion on this URL http://hbase.apache.org/book/perf.writing.html#perf.hbase.client.autoflush to set autoFlush to false. I have 2 questions: 1. By setting auto flush to ...
|
|
|
Author: Mohit Anchlia,
2012-10-09, 04:39
|
|
|
Re: HBase tunning - HBase - [mail # user]
|
|
...I have a timeseries data and each row has upto 1000 cols. I just started with defaults and I have not tuned any parameters on client or server. My reads are reading all the cols in a row. Bu...
|
|
|
Author: Mohit Anchlia,
2012-10-06, 02:16
|
|
|
HBase tunning - HBase - [mail # user]
|
|
...Do most people start out with default values and then tune HBase? Or are there some important configuration parameter that should always be changed on client and the server?...
|
|
|
Author: Mohit Anchlia,
2012-10-06, 00:47
|
|
|
Re: No of rows - HBase - [mail # user]
|
|
...On Wed, Sep 12, 2012 at 4:48 PM, lars hofhansl wrote: Thanks! If caching is set > 1 then is there a way to limit no of rows that's fetched from the server? ...
|
|
|
Author: Mohit Anchlia,
2012-09-12, 23:51
|
|
|
Re: No of rows - HBase - [mail # user]
|
|
...But when resultscanner executes wouldn't it already query the servers for all the rows matching the startkey? I am tyring to avoid reading all the blocks from the file system that matches th...
|
|
|
Author: Mohit Anchlia,
2012-09-12, 23:29
|
|
|
No of rows - HBase - [mail # user]
|
|
...I am using client 0.90.5 jar Is there a way to limit how many rows can be fetched in one scan call? Similarly is there something for colums?...
|
|
|
Author: Mohit Anchlia,
2012-09-12, 22:50
|
|
|
|