Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-11-11 Thread Stack
st...@duboce.net Sent: Sunday, July 13, 2014 1:12 PM To: HBase Dev List Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. On Tue, Jul 8, 2014 at 12:34 AM, 崔建伟 cuijian...@xiaomi.com wrote: Hi everyone, I want to introduce our open

RE: Themis : implements cross-row/corss-table transaction on HBase.

2014-11-11 Thread 崔建伟
To: HBase Dev List Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. Thanks for updating the list with the nice Themis updates Jianwei. I added Themis to the powered by list (and the other missing transactions managers, Tephra and Haeinsa). St.Ack

RE: Themis : implements cross-row/corss-table transaction on HBase.

2014-11-10 Thread 崔建伟
...@duboce.net Sent: Sunday, July 13, 2014 1:12 PM To: HBase Dev List Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. On Tue, Jul 8, 2014 at 12:34 AM, 崔建伟 cuijian...@xiaomi.com wrote: Hi everyone, I want to introduce our open-source project

Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-11-10 Thread Ted Yu
From: saint@gmail.com saint@gmail.com on behalf of Stack st...@duboce.net Sent: Sunday, July 13, 2014 1:12 PM To: HBase Dev List Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. On Tue, Jul 8, 2014 at 12:34 AM, 崔建伟 cuijian

Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-11-10 Thread Ted Yu
repository? Best cuijianwei From: Ted Yu yuzhih...@gmail.com Sent: Tuesday, November 11, 2014 9:43 AM To: d...@hbase.apache.org Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. Thanks Jianwei

RE: Themis : implements cross-row/corss-table transaction on HBase.

2014-11-10 Thread 崔建伟
repository? Best cuijianwei From: Ted Yu yuzhih...@gmail.com Sent: Tuesday, November 11, 2014 9:43 AM To: d...@hbase.apache.org Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. Thanks Jianwei

RE: Themis : implements cross-row/corss-table transaction on HBase.

2014-07-12 Thread 崔建伟
cross-row/corss-table transaction on HBase. Jianwei: You may want to update the comment for ThemisScan : //a wrapper class of Put in HBase which not expose timestamp to user public class ThemisScan extends ThemisRead { Is there plan to support append / increment as part of the transaction

Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-07-12 Thread Stack
On Tue, Jul 8, 2014 at 12:34 AM, 崔建伟 cuijian...@xiaomi.com wrote: Hi everyone, I want to introduce our open-source project Themis which implements cross-row/corss-table transaction on HBase. Themis follows google's percolator algorithm( http://research.google.com/pubs/pub36726.html), which

Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-07-09 Thread Ted Yu
. Best cuijianwei From: Ted Yu [yuzhih...@gmail.com] Sent: Wednesday, July 09, 2014 12:10 AM To: d...@hbase.apache.org Cc: user@hbase.apache.org Subject: Re: Themis : implements cross-row/corss-table transaction on HBase. Jianwei: You may want

Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-07-08 Thread Ted Yu
Jianwei: You may want to update the comment for ThemisScan : //a wrapper class of Put in HBase which not expose timestamp to user public class ThemisScan extends ThemisRead { Is there plan to support append / increment as part of the transaction ? Currently Themis depends on 0.94.11 Is there

Re: Themis : implements cross-row/corss-table transaction on HBase.

2014-07-08 Thread Gary Helmling
Hi Jianwei, You may also want to take a look at the generic client transaction API being proposed in HBASE-11447: https://issues.apache.org/jira/browse/HBASE-11447 I think it would be useful to have the Themis perspective there, and whether the proposed API meets your needs and requirements.