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 7A70417761 for ; Sun, 5 Oct 2014 04:32:08 +0000 (UTC) Received: (qmail 45829 invoked by uid 500); 5 Oct 2014 04:32:08 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 45746 invoked by uid 500); 5 Oct 2014 04:32:07 -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 45734 invoked by uid 99); 5 Oct 2014 04:32:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Oct 2014 04:32:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yh0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Oct 2014 04:32:02 +0000 Received: by mail-yh0-f47.google.com with SMTP id c41so1250329yho.20 for ; Sat, 04 Oct 2014 21:31:41 -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 :content-type; bh=CuIQ1kVl8dJW7pat/RlVW1w4isAd9DI5/ypX/WD7WXQ=; b=G/UXCUGF1NQ/asFy7D7Z9v6rtpKp0sbIZdGiwcwrbXNi0gH3nogd9zHPNFKssrTMHo sAjOktRzC05yQMEYJOwPMJ/l4IXOE498bUxSQrqkdq9lLKXhkQJwW3Yrwv8GVoVmRTo+ Vt0zUuSICP6qfIYeLWYu/D/SQoZ5mZwFiyYsV4SBRZ+8ym2IveBZxeas3/IFqawm8CX8 b9oeBd0S0QEh0l+IYL5Di99M4GysEwFRhY8brdTMjoHRssYXq4rN5XI5YytsyGKM0uY7 +weDdhn74UKh1RxvnFjqslT5Szsb1+kx1BoRI0lQF4pyssVJQqHh9heUFs5BT8cA14oA BJQg== MIME-Version: 1.0 X-Received: by 10.236.148.112 with SMTP id u76mr1344779yhj.116.1412483501333; Sat, 04 Oct 2014 21:31:41 -0700 (PDT) Received: by 10.170.163.70 with HTTP; Sat, 4 Oct 2014 21:31:41 -0700 (PDT) In-Reply-To: References: Date: Sat, 4 Oct 2014 21:31:41 -0700 Message-ID: Subject: Re: About TableInputFormatBase From: Ted Yu To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=20cf303a310759223b0504a5715f X-Virus-Checked: Checked by ClamAV on apache.org --20cf303a310759223b0504a5715f Content-Type: text/plain; charset=UTF-8 Looks like the deprecation was made in HBASE-11879 FYI On Sat, Oct 4, 2014 at 9:11 PM, David DENG wrote: > In the comments of TableInputFormatBase, there is an example which use > `initializeTable` and `setInputColumns`. But looks like they are not there. > And setHTable is marked as deprecated and use initializeTable instead. > > Can anybody help me by explaining what is the situation. > > Thanks! > David > --20cf303a310759223b0504a5715f--