From dev-return-73099-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Thu Mar 14 05:54:59 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5A06D180630 for ; Thu, 14 Mar 2019 06:54:59 +0100 (CET) Received: (qmail 31136 invoked by uid 500); 14 Mar 2019 05:54:57 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 31124 invoked by uid 99); 14 Mar 2019 05:54:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2019 05:54:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5B918C9F3D for ; Thu, 14 Mar 2019 05:54:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2 X-Spam-Level: ** X-Spam-Status: No, score=2 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CC62LiVv-plR for ; Thu, 14 Mar 2019 05:54:55 +0000 (UTC) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id A60695F4E5 for ; Thu, 14 Mar 2019 05:54:54 +0000 (UTC) Received: by mail-pf1-f172.google.com with SMTP id q17so3095474pfh.10 for ; Wed, 13 Mar 2019 22:54:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=DfF/tClLFyr9ZrtLFQCsxeA5eSdMZYcVfu2cP/hHsQY=; b=VVA8aLrkhVfwE2pn7oam9yT0RBwNPiwAvM7maEUtrBcvl7BPJlW/XqgGZUnaIkOyl9 x9lpdicKcJUbqsV/jEDmsnmKH8HJp7D75VEKAULB7uh9+T3GyHL7A1WaxzsKYW7JHkmH TCHMS9woTDfiLJ86xPvTw+XxlsSzek+pf0XUiS5Z+/HSbbqAaaSRLeQYhz2HIIgfA1AV 4sOL2fofGA5Ddz6lMhZFTR8qhjVy8P52n8yHc8rozjxOY/9hxB2hSAKhv4nKmEwWWdPS xc+hRPiqhhpxj7Ht2ElvIN08DByJgwNX61PzrHb+m8AdzLrKU5t3+lAXDLSNx2k/6smJ H4IA== X-Gm-Message-State: APjAAAX247tQl3p+qGaLzgjRIRpsXYQgKxdejYg+FjiCLIGsgf5T8R1J zxATN6nZni/Zkml22holgf6zwBG0UMlxCl7h0J8YmhoR X-Google-Smtp-Source: APXvYqyqCHviTsfm7paOS9V7uViY72Axch7L8Aww02yK/fl6M0SZP9zR9XXXvWw+rYKzoW9WNT9uD24eH63DIjDk/iM= X-Received: by 2002:a17:902:121:: with SMTP id 30mr45375224plb.315.1552542887338; Wed, 13 Mar 2019 22:54:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Stack Date: Wed, 13 Mar 2019 22:54:35 -0700 Message-ID: Subject: Re: [DISCUSS] HBASE-14850 C++ client implementation To: HBase Dev List Content-Type: multipart/alternative; boundary="0000000000004c696c0584078f00" --0000000000004c696c0584078f00 Content-Type: text/plain; charset="UTF-8" On Wed, Mar 13, 2019 at 12:54 AM Guanghao Zhang wrote: ... > As we have hbase-connectors project now and Sean Busbey suggested to move > the native client to hbase-connector project. Or we can create a new > project hbase-native-client for this. But the problem is the compatibility > may be break when there are some changes in HBase project. Looking forward > to your suggestions. > Would hbase-native-client be in hbase-connectors? I'd imagine this would make the development easier. Once you'd made a release of the new client, could we a step to the nightly build that pulls the new client and runs it through paces complaining if it fails? (sounds great) S --0000000000004c696c0584078f00--