RE: getSplits question

2011-02-10 Thread Michael Segel
issue and as you point out, not worry about getSplits(). Does this make sense, or am I missing something? -Mike Date: Wed, 9 Feb 2011 23:54:19 -0800 Subject: Re: getSplits question From: ryano...@gmail.com To: user@hbase.apache.org CC: hbase-u...@hadoop.apache.org By default each map gets

Re: RE: getSplits question

2011-02-10 Thread Ryan Rawson
with inserts, then let it go back to its normal growth pattern and splits. This would solve the OP's issue and as you point out, not worry about getSplits(). Does this make sense, or am I missing something? -Mike Date: Wed, 9 Feb 2011 23:54:19 -0800 Subject: Re: getSplits question From: ryano

RE: getSplits question

2011-02-10 Thread Geoff Hendrey
. thanks! -g -Original Message- From: Michael Segel [mailto:michael_se...@hotmail.com] Sent: Thursday, February 10, 2011 8:15 AM To: user@hbase.apache.org Cc: hbase-u...@hadoop.apache.org Subject: RE: getSplits question Ryan, Just to point out the obvious... On smaller tables where you

Re: getSplits question

2011-02-10 Thread Jean-Daniel Cryans
To: user@hbase.apache.org Cc: hbase-u...@hadoop.apache.org Subject: RE: getSplits question Ryan, Just to point out the obvious... On smaller tables where you don't get enough parallelism, you can manually force the table's regions to be split. My understanding that if/when the table

Re: getSplits question

2011-02-09 Thread Ryan Rawson
You shouldn't need to write your own getSplits() method to run a map reduce, I never did at least... -ryan On Wed, Feb 9, 2011 at 11:36 PM, Geoff Hendrey ghend...@decarta.com wrote: Are endrows inclusive or exclusive? The docs say exclusive, but then the question arises as to how to form the

RE: getSplits question

2011-02-09 Thread Geoff Hendrey
of controlled splitsize and start/endrow. -geoff -Original Message- From: Ryan Rawson [mailto:ryano...@gmail.com] Sent: Wednesday, February 09, 2011 11:43 PM To: user@hbase.apache.org Cc: hbase-u...@hadoop.apache.org Subject: Re: getSplits question You shouldn't need to write your own

Re: getSplits question

2011-02-09 Thread Ryan Rawson
, February 09, 2011 11:43 PM To: user@hbase.apache.org Cc: hbase-u...@hadoop.apache.org Subject: Re: getSplits question You shouldn't need to write your own getSplits() method to run a map reduce, I never did at least... -ryan On Wed, Feb 9, 2011 at 11:36 PM, Geoff Hendrey ghend