Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A2B611D05 for ; Mon, 9 Jun 2014 16:50:33 +0000 (UTC) Received: (qmail 18583 invoked by uid 500); 9 Jun 2014 16:50:31 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 18520 invoked by uid 500); 9 Jun 2014 16:50:30 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 18509 invoked by uid 99); 9 Jun 2014 16:50:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 16:50:30 +0000 X-ASF-Spam-Status: No, hits=3.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_REPLY,HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of roth2520@gmail.com designates 209.85.192.53 as permitted sender) Received: from [209.85.192.53] (HELO mail-qg0-f53.google.com) (209.85.192.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 16:50:08 +0000 Received: by mail-qg0-f53.google.com with SMTP id f51so9047523qge.40 for ; Mon, 09 Jun 2014 09:49:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZmjNmVkff8wl0XG4dunihbtHhA+yWA4XTLcxmxHekY8=; b=ZnZ8AXEC8t02ZcPSSJ+MIda+CL797qRKHXrwhrhduszgmvclGdYu72IQMtfrbSlTh1 eve9NN7XV6wiJ3gErDFm1y98Zg0UZEC3lcu9Zc6gKpPFOXeW8X/ObQVPzcJ022uB87Ep RGFHuy4KAk8Q0/RA4OuIV0FC0zPjkFQZ25CJOZthgQc9G/ySJjoAhPDs4UzRcKOE4szx l9+DjxijlrApzz8a2wopmqS6ca6uwlgyRMp0U4+GEOlgGod0X7iY2fb7DtsnpQas3j7N z+6pK40xv2tECfFCXXzDN66t8Wm2c3LhX0ErArs+9uuF+B2rsYpBqnbMqBwnL5YH0SP1 NDCQ== MIME-Version: 1.0 X-Received: by 10.140.96.51 with SMTP id j48mr32321609qge.24.1402332584328; Mon, 09 Jun 2014 09:49:44 -0700 (PDT) Received: by 10.140.92.238 with HTTP; Mon, 9 Jun 2014 09:49:44 -0700 (PDT) In-Reply-To: <5395CFF1.6020203@uci.cu> References: <5395CFF1.6020203@uci.cu> Date: Tue, 10 Jun 2014 01:49:44 +0900 Message-ID: Subject: =?UTF-8?Q?Re=3A_=E7=AD=94=E5=A4=8D=3A_White_papers=2FSolution_implemented_to_use?= =?UTF-8?Q?_HIVE=2FHBASE_as_OLTP?= From: James Lee To: user@hbase.apache.org Cc: ramasubramanian.narayanan@gmail.com, =?UTF-8?B?6LCi6Imv?= Content-Type: multipart/alternative; boundary=001a113a98e68bf74804fb69ffaa X-Virus-Checked: Checked by ClamAV on apache.org --001a113a98e68bf74804fb69ffaa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I'm using HBase as OLTP for about 3 years. One of biggest pain point of using HBase as OLTP was lack of multi-row transaction. For this reason, we implemented multi-row transaction on top of HBase. It was designed to support OLTP (low latency and so on). https://github.com/vcnc/haeinsa/ There is another approach to support multi-row transaction also. It's implementation of Google Percolator on top of HBase, developed by XiaoMi developers. https://github.com/XiaoMi/themis/ Regards, James. On Tue, Jun 10, 2014 at 12:17 AM, Marcos Ortiz wrote: > In the last HBaseCon and in the HBaseCon 2013, there are several > use-cases for this combination. > http://hbasecon.com > You could search at Slideshare.net in the Cloudera's profile using the > hbasecon tag all presentations related to the conference. > One of my favorite sessions in the HBaseCon 2013 was the presentation > called "Low Latency OLAP with HBase" by Cosmin Lehene from Adobe. > Best wishes > > On 09/06/14 05:03, =E8=B0=A2=E8=89=AF wrote: > > borthakur.com/ftp/RealtimeHadoopSigmod2011.pdf > > > > Thanks, > > ________________________________________ > > =E5=8F=91=E4=BB=B6=E4=BA=BA: Ramasubramanian Narayanan [ramasubramanian= .narayanan@gmail.com] > > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2014=E5=B9=B46=E6=9C=889=E6=97=A5= 13:27 > > =E6=94=B6=E4=BB=B6=E4=BA=BA: user@hive.apache.org; user@hbase.apache.or= g > > =E4=B8=BB=E9=A2=98: White papers/Solution implemented to use HIVE/HBASE= as OLTP > > > > Dear All, > > > > Request your help in providing link to the White papers/Solution > > implemented to use HIVE/HBASE as OLTP. > > > > regards, > > Rams > > -- > Marcos Ortiz (@marcosluis2186 > ) > http://about.me/marcosortiz > > VII Escuela Internacional de Verano en la UCI del 30 de junio al 11 de > julio de 2014. Ver www.uci.cu > > --=20 *=EC=9D=B4 =EC=A0=95 =ED=96=89 / Jung-Haeng Lee* Blog: http://eincs.net Facebook: http://www.facebook.com/eincs Twitter: http://twitter.com/eincs LinkedIn: http://linkedin.com/in/eincs --001a113a98e68bf74804fb69ffaa--