Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 69470 invoked from network); 2 Aug 2007 11:59:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 11:59:18 -0000 Received: (qmail 70745 invoked by uid 500); 2 Aug 2007 11:59:17 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 70710 invoked by uid 500); 2 Aug 2007 11:59:17 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 70680 invoked by uid 99); 2 Aug 2007 11:59:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 04:59:16 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 11:58:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44FD171404B for ; Thu, 2 Aug 2007 04:58:54 -0700 (PDT) Message-ID: <10807862.1186055934280.JavaMail.jira@brutus> Date: Thu, 2 Aug 2007 04:58:54 -0700 (PDT) From: "edward yoon (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1672) HBase Shell should use new client classes In-Reply-To: <12935252.1186043092842.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] edward yoon updated HADOOP-1672: -------------------------------- Attachment: hbaseshell.patch All HBaseShell code now use the new client objects (HBaseAdmin, HTable, HConnection). > HBase Shell should use new client classes > ----------------------------------------- > > Key: HADOOP-1672 > URL: https://issues.apache.org/jira/browse/HADOOP-1672 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.15.0 > Reporter: Jim Kellerman > Fix For: 0.15.0 > > Attachments: hbaseshell.patch > > > HADOOP-1528 introduced a new client API with the HTable, HBaseAdmin, and HConnection objects. Since HClient is now deprecated, HBaseShell should be upgraded to use these new client classes as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.