Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 015E317E47 for ; Fri, 17 Jul 2015 11:37:55 +0000 (UTC) Received: (qmail 77248 invoked by uid 500); 17 Jul 2015 11:37:54 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 77161 invoked by uid 500); 17 Jul 2015 11:37:54 -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 77145 invoked by uid 99); 17 Jul 2015 11:37:54 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 11:37:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A79A6C0910 for ; Fri, 17 Jul 2015 11:37:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id TQbKhYwsREse for ; Fri, 17 Jul 2015 11:37:53 +0000 (UTC) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id CEF5B205B1 for ; Fri, 17 Jul 2015 11:37:52 +0000 (UTC) Received: by wgxm20 with SMTP id m20so80058320wgx.3 for ; Fri, 17 Jul 2015 04:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Zqp0YBas9z4GLihuETk/muyBSQkMs8r+nz+kFGiZDY=; b=L9GL+qjC/lyxWtKhMY8clc8y710rHNmG4CS0HAQKK+pkzbbcTUDfP4DNQGFNbwcDua ppWP1tNuRBxA5dGssdRr46vvRSPsC4iM9ZVEEY05ncbWOGQFhJJqePqhnfuRLA8AYcjU n+oKr9wb0cBAV3NqcvOq1HvJ0/SgxPNXjNteHN5GPUlHbIxfBNeJbxqIn2bQf1oqL5wu XrG5GTBebdKh/a9x9ZTVMjfucRb0XsUyAhG786vntkWp0Y1hBvxIdhkcHdbO85QktHAO ScvA9fbPgVl+VgvgO+2FC5eyxNwqFIjiPzS6YdFnjdP1nWriCmW0SnRK1KlJ2PMUn2pH rGXg== MIME-Version: 1.0 X-Received: by 10.194.82.167 with SMTP id j7mr28871038wjy.123.1437133065917; Fri, 17 Jul 2015 04:37:45 -0700 (PDT) Received: by 10.194.121.72 with HTTP; Fri, 17 Jul 2015 04:37:45 -0700 (PDT) Date: Fri, 17 Jul 2015 17:07:45 +0530 Message-ID: Subject: How to generate thrift classes ? From: Ashish Singhi To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7bb04d2ce39d79051b109d93 --047d7bb04d2ce39d79051b109d93 Content-Type: text/plain; charset=UTF-8 Hi devs. I want to remove Iface#getRowOrBefore api as part of HBASE-13954. The doc on top of the class says "Autogenerated by Thrift Compiler (0.9.0)". So I think, I should not remove it manually there should be some way to generate this class. Can any one please explain me how to generate thrift classes ? Regards, Ashish --047d7bb04d2ce39d79051b109d93--