RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Buttler, David
Seems pretty simple to me, but I am probably glossing over details: You insert a row with key '3' Hbase has regions (format start key, end key): (0,1), (1,4), (4,10) Assume three region servers A, B, C holding the corresponding region Your client gets the location of the region server holding

Re: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Shuja Rehman
well...then who will decide their limits? e.g A range is 0-1, how A know he need to store only from 0-1 why not 0-4,or something else? Thanks On Wed, Jun 15, 2011 at 9:28 PM, Buttler, David buttl...@llnl.gov wrote: Seems pretty simple to me, but I am probably glossing over details: You

RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Doug Meil
...@llnl.gov] Sent: Wednesday, June 15, 2011 12:28 PM To: user@hbase.apache.org Subject: RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers? Seems pretty simple to me, but I am probably glossing over details: You insert a row with key '3' Hbase has regions (format start key, end

Re: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Shuja Rehman
Subject: RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers? Seems pretty simple to me, but I am probably glossing over details: You insert a row with key '3' Hbase has regions (format start key, end key): (0,1), (1,4), (4,10) Assume three region servers A, B, C holding

Re: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Chris Tarnas
: Buttler, David [mailto:buttl...@llnl.gov] Sent: Wednesday, June 15, 2011 12:28 PM To: user@hbase.apache.org Subject: RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers? Seems pretty simple to me, but I am probably glossing over details: You insert a row with key '3' Hbase

RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Doug Meil
. -Original Message- From: Buttler, David [mailto:buttl...@llnl.gov] Sent: Wednesday, June 15, 2011 12:28 PM To: user@hbase.apache.org Subject: RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers? Seems pretty simple to me, but I am probably glossing over details: You insert

RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers?

2011-06-15 Thread Buttler, David
/end keys available. -Original Message- From: Buttler, David [mailto:buttl...@llnl.gov] Sent: Wednesday, June 15, 2011 12:28 PM To: user@hbase.apache.org Subject: RE: Incoming Row Distribution Strategy/Algorithm Among Region Servers? Seems pretty simple to me, but I am probably