Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7948311CB3 for ; Thu, 18 Sep 2014 15:30:35 +0000 (UTC) Received: (qmail 7615 invoked by uid 500); 18 Sep 2014 15:30:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7527 invoked by uid 500); 18 Sep 2014 15:30:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 7283 invoked by uid 99); 18 Sep 2014 15:30:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 15:30:34 +0000 Date: Thu, 18 Sep 2014 15:30:34 +0000 (UTC) From: "Solomon Duskis (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12017) Use Connection.createTable() instead of HTable constructors. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139064#comment-14139064 ] Solomon Duskis commented on HBASE-12017: ---------------------------------------- HBASE-11825 creates Connection and Connection factory. [~enis] sugggested that "Connection.getTable() is the way to obtain a Table instance" rather than HTable constructors. > Use Connection.createTable() instead of HTable constructors. > ------------------------------------------------------------ > > Key: HBASE-12017 > URL: https://issues.apache.org/jira/browse/HBASE-12017 > Project: HBase > Issue Type: Bug > Affects Versions: 0.99.0, 2.0.0 > Reporter: Solomon Duskis > Assignee: Solomon Duskis > > Now that Connection and ConnectionFactory are in place, internal code should use them instead of HTable constructors as per HBASE-11825. -- This message was sent by Atlassian JIRA (v6.3.4#6332)