Sorry, my bad, I assumed each thread would have its own Table instance not using a shared instance.
Thanks -Pete -----Original Message----- From: Ted Yu [mailto:[email protected]] Sent: Wednesday, April 20, 2011 10:10 AM To: [email protected] Subject: Re: HTable not thread safe Each thread should maintain its own HTable instance. On Wed, Apr 20, 2011 at 10:08 AM, Peter Haidinyak <[email protected]>wrote: > If the HTable is not thread safe how would one use multiple threads to > read/write to a table? > > Thanks > > -Pete >
