On Mon, Sep 26, 2011 at 5:35 AM, Steinmaurer Thomas <[email protected]> wrote: > Is there a property to configure the executeBatch and commit interval > somewhere? >
Are these JDBC methods? What JDBC Driver are you playing with? I'm not sure I understand your setup -- how JDBC calls end up as HTable invocations. There is a config. you can set for the server that will limit how much is returned size-wise: "hbase.client.scanner.max.result.size". Otherwise, you need to play w/ the HTable batch sizes and calls to flush. St.Ack
