Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 41790 invoked from network); 14 Feb 2008 00:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 00:23:28 -0000 Received: (qmail 31771 invoked by uid 500); 14 Feb 2008 00:23:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 31748 invoked by uid 500); 14 Feb 2008 00:23:22 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 31739 invoked by uid 99); 14 Feb 2008 00:23:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 16:23:22 -0800 X-ASF-Spam-Status: No, hits=-2000.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, 14 Feb 2008 00:22:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1ED39714076 for ; Wed, 13 Feb 2008 16:23:08 -0800 (PST) Message-ID: <129171.1202948588124.JavaMail.jira@brutus> Date: Wed, 13 Feb 2008 16:23:08 -0800 (PST) From: "Bryan Duxbury (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-414) Move client classes into client package In-Reply-To: <23655259.1202280667931.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/HBASE-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated HBASE-414: -------------------------------- Status: Patch Available (was: In Progress) Please review. > Move client classes into client package > --------------------------------------- > > Key: HBASE-414 > URL: https://issues.apache.org/jira/browse/HBASE-414 > Project: Hadoop HBase > Issue Type: Sub-task > Components: client > Reporter: Bryan Duxbury > Assignee: Bryan Duxbury > Priority: Minor > Fix For: 0.2.0 > > Attachments: 414.patch > > > Let's move all the client classes into the o.a.h.h.client package. > Files to move: > * HTable > * HBaseAdmin > * HConnection > * HConnectionManager > Is there anything else I am missing? Obviously a lot of the tests will get moved too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.