Thanks for the suggestions.  I tweaked jobclient.completion.poll.interval
and hbase.regionserver.msginterval, but that didn't seem to do much.  I'll
just not delete the tables, which is fine since they're all in a mini hbase
anyway.

On Mon, Aug 15, 2011 at 5:37 PM, Bill Graham <billgra...@gmail.com> wrote:

> Hey Garrett,
>
> I'm not sure about a config setting but in Pig we changed TestHBaseStorage
> to delete all rows of tables instead of truncate them. This was faster
> since
> the tables are typically small in tests. See Dymitriy's note in the
> deleteAllRows method here:
>
>
> http://svn.apache.org/repos/asf/pig/trunk/test/org/apache/pig/test/TestHBaseStorage.java
>
> Bill
>
> On Mon, Aug 15, 2011 at 5:12 PM, Garrett Wu <wugarr...@gmail.com> wrote:
>
> > I have a bunch of integration tests that spend a lot of time creating and
> > deleting tables in a mini hbase cluster started using
> HBaseTestingUtility.
> >  Disabling and deleting a table seems to take a second or two each time
> > -- I'm guessing it's some sort of heartbeat interval it's waiting for.
>  Is
> > there a configuration variable I can set to make this go faster?
> >
> > Garrett
> >
>

Reply via email to