Re: Distribution of regions to servers

2012-09-30 Thread Dan Han
[mailto:dannahan2...@gmail.com] Sent: Friday, September 28, 2012 3:05 AM To: user@hbase.apache.org Subject: Re: Distribution of regions to servers Hi Ramkrishna, I think relocating regions is based on the queries and queried data. The relocation can scatter the regions involved

Re: Distribution of regions to servers

2012-09-27 Thread Eugeny Morozov
: Wednesday, September 26, 2012 5:55 AM To: user@hbase.apache.org Subject: Distribution of regions to servers Hi all, I am doing some experiments on HBase with Coprocessor. I found that the performance of Coprocessor is impacted much by the distribution

Re: Distribution of regions to servers

2012-09-27 Thread Dan Han
26, 2012 5:55 AM To: user@hbase.apache.org Subject: Distribution of regions to servers Hi all, I am doing some experiments on HBase with Coprocessor. I found that the performance of Coprocessor is impacted much by the distribution of the regions. I

Re: Distribution of regions to servers

2012-09-27 Thread Dan Han
...@gmail.com] Sent: Thursday, September 27, 2012 7:00 AM To: user@hbase.apache.org Subject: Re: Distribution of regions to servers Hi, Eugeny , Thanks for your response. I answered your questions inline in Blue. And I'd like to give an example to describe my problem. Let's

RE: Distribution of regions to servers

2012-09-27 Thread Ramkrishna.S.Vasudevan
that the overall scan is not timeout. Regards Ram -Original Message- From: Dan Han [mailto:dannahan2...@gmail.com] Sent: Friday, September 28, 2012 3:05 AM To: user@hbase.apache.org Subject: Re: Distribution of regions to servers Hi Ramkrishna, I think relocating regions

Re: Distribution of regions to servers

2012-09-26 Thread Dan Han
wrote: Hi Can u share more details pls? What work you are doing within the CPs -Anoop- From: Dan Han [dannahan2...@gmail.com] Sent: Wednesday, September 26, 2012 5:55 AM To: user@hbase.apache.org Subject: Distribution of regions to servers Hi all

Re: Distribution of regions to servers

2012-09-26 Thread Eugeny Morozov
@hbase.apache.org Subject: Distribution of regions to servers Hi all, I am doing some experiments on HBase with Coprocessor. I found that the performance of Coprocessor is impacted much by the distribution of the regions. I am kind of interested in going deep into this problem and see

Re: Distribution of regions to servers

2012-09-26 Thread Dan Han
, September 26, 2012 5:55 AM To: user@hbase.apache.org Subject: Distribution of regions to servers Hi all, I am doing some experiments on HBase with Coprocessor. I found that the performance of Coprocessor is impacted much by the distribution of the regions. I am kind

RE: Distribution of regions to servers

2012-09-26 Thread Ramkrishna.S.Vasudevan
needs to be set accordingly. Regards Ram -Original Message- From: Dan Han [mailto:dannahan2...@gmail.com] Sent: Thursday, September 27, 2012 7:00 AM To: user@hbase.apache.org Subject: Re: Distribution of regions to servers Hi, Eugeny , Thanks for your response. I answered your

RE: Distribution of regions to servers

2012-09-25 Thread Ramkrishna.S.Vasudevan
of regions to servers Hi all, I am doing some experiments on HBase with Coprocessor. I found that the performance of Coprocessor is impacted much by the distribution of the regions. I am kind of interested in going deep into this problem and see if I can do something. I only

RE: Distribution of regions to servers

2012-09-25 Thread Anoop Sam John
Hi Can u share more details pls? What work you are doing within the CPs -Anoop- From: Dan Han [dannahan2...@gmail.com] Sent: Wednesday, September 26, 2012 5:55 AM To: user@hbase.apache.org Subject: Distribution of regions to servers Hi all, I am doing

RE: distribution of regions to servers

2011-06-08 Thread Kleegrewe, Christian
Charlottenburg, HRB 12300, München, HRB 6684; WEEE-Reg.-Nr. DE 23691322 -Original Message- From: Geoff Hendrey [mailto:ghend...@decarta.com] Sent: Tuesday, June 07, 2011 8:34 PM To: hbase-u...@hadoop.apache.org Subject: distribution of regions to servers I have a table with a hundred or so regions

Re: distribution of regions to servers

2011-06-08 Thread Ted Yu
: Tuesday, June 07, 2011 8:34 PM To: hbase-u...@hadoop.apache.org Subject: distribution of regions to servers I have a table with a hundred or so regions. When I look in the hbase web ui, I see that all the regions are on one server. Of course we have many other tables and lots of data. Some tables

Re: distribution of regions to servers

2011-06-08 Thread Stack
On Wed, Jun 8, 2011 at 12:50 PM, Ted Yu yuzhih...@gmail.com wrote: I am thinking of creating a new policy for region assignment at cluster startup which assigns regions from each table in round-robin fashion. Don't we want to retain assignments on startup since that will ensure greatest

RE: distribution of regions to servers

2011-06-08 Thread Doug Meil
[mailto:saint@gmail.com] On Behalf Of Stack Sent: Wednesday, June 08, 2011 3:56 PM To: user@hbase.apache.org Subject: Re: distribution of regions to servers On Wed, Jun 8, 2011 at 12:50 PM, Ted Yu yuzhih...@gmail.com wrote: I am thinking of creating a new policy for region assignment

Re: distribution of regions to servers

2011-06-08 Thread Ted Yu
The assumption was that regions were not evenly distributed prior to restarting. If they were, user wouldn't select this policy. We can this policy effective only once - retain assignment is selected following this new policy. Of course the dynamic portion of load balancer needs to select the

Re: distribution of regions to servers

2011-06-07 Thread Stack
to be distributed across many machines? Just curious to understand the nuance. If I *do* want a uniform distribution of regions to servers, how would I achieve it? -geoff

RE: distribution of regions to servers

2011-06-07 Thread Geoff Hendrey
To: user@hbase.apache.org Cc: hbase-u...@hadoop.apache.org Subject: Re: distribution of regions to servers Hey Geoff: Is this a 0.90.2 (or .3) hbase? It had some fixup done on the balancer to make it a little more random. Otherwise, yes, a table should be better spread about the cluster. This has come

Re: distribution of regions to servers

2011-06-07 Thread Stack
On Tue, Jun 7, 2011 at 3:13 PM, Geoff Hendrey ghend...@decarta.com wrote: You're right. I was thinking there was an Hbase balancer tool for spreading the table's regions around. From your response, sounds like the hbase balancer is just software that lives inside the Hbase master, as opposed