Re: Is HBase Thread-Safety?

2012-04-13 Thread Bing Li
@hbase.apache.org Cc: Sent: Thursday, April 12, 2012 3:10 PM Subject: Is HBase Thread-Safety? Dear all, Is HBase thread-safety? Do I need to consider the consistency issue when manipulating HBase? Thanks so much! Best regards, Bing

Fwd: Is HBase Thread-Safety?

2012-04-13 Thread Bing Li
@hbase.apache.org Cc: Sent: Thursday, April 12, 2012 3:10 PM Subject: Is HBase Thread-Safety? Dear all, Is HBase thread-safety? Do I need to consider the consistency issue when manipulating HBase? Thanks so much! Best regards, Bing

Re: Is HBase Thread-Safety?

2012-04-13 Thread Doug Meil
, April 12, 2012 3:10 PM Subject: Is HBase Thread-Safety? Dear all, Is HBase thread-safety? Do I need to consider the consistency issue when manipulating HBase? Thanks so much! Best regards, Bing

Re: Is HBase Thread-Safety?

2012-04-12 Thread Sean Bigdatafun
There only 'transaction' HBase provides is row-level transaction. On Thu, Apr 12, 2012 at 3:10 PM, Bing Li lbl...@gmail.com wrote: Dear all, Is HBase thread-safety? Do I need to consider the consistency issue when manipulating HBase? Thanks so much! Best regards, Bing -- --Sean

Re: Is HBase Thread-Safety?

2012-04-12 Thread Doug Meil
re: Is HBase thread-safety? HTable instances are not thread safe, though. http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html On 4/12/12 6:10 PM, Bing Li lbl...@gmail.com wrote: Dear all, Is HBase thread-safety? Do I need to consider the consistency issue when

Re: Is HBase Thread-Safety?

2012-04-12 Thread lars hofhansl
after creation, or use HTablePool. Please let me know if that answers your question. Thanks. -- Lars - Original Message - From: Bing Li lbl...@gmail.com To: hbase-u...@hadoop.apache.org; user user@hbase.apache.org Cc: Sent: Thursday, April 12, 2012 3:10 PM Subject: Is HBase Thread-Safety

Re: Is HBase Thread-Safety?

2012-04-12 Thread Bing Li
. Thanks. -- Lars - Original Message - From: Bing Li lbl...@gmail.com To: hbase-u...@hadoop.apache.org; user user@hbase.apache.org Cc: Sent: Thursday, April 12, 2012 3:10 PM Subject: Is HBase Thread-Safety? Dear all, Is HBase thread-safety? Do I need to consider the consistency issue

Re: Is HBase Thread-Safety?

2012-04-12 Thread NNever
let me know if that answers your question. Thanks. -- Lars - Original Message - From: Bing Li lbl...@gmail.com To: hbase-u...@hadoop.apache.org; user user@hbase.apache.org Cc: Sent: Thursday, April 12, 2012 3:10 PM Subject: Is HBase Thread-Safety? Dear all