Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 23325 invoked from network); 3 Jun 2007 08:59:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2007 08:59:37 -0000 Received: (qmail 61029 invoked by uid 500); 3 Jun 2007 08:59:40 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 60997 invoked by uid 500); 3 Jun 2007 08:59:40 -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 60988 invoked by uid 99); 3 Jun 2007 08:59:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 01:59:40 -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; Sun, 03 Jun 2007 01:59:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DCA36714062 for ; Sun, 3 Jun 2007 01:59:15 -0700 (PDT) Message-ID: <29886018.1180861155901.JavaMail.jira@brutus> Date: Sun, 3 Jun 2007 01:59:15 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1391) HBase administration In-Reply-To: <14509567.1179524116239.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-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501008 ] Jim Kellerman commented on HADOOP-1391: --------------------------------------- Changes for part 2: merge: MiniHBaseCluster - Add constructor so the mini HBase cluster can be started on a running HDFS cluster. AbstractMergeTestBase, TestMergeMeta, TestMergeTable - new test case for table merging. HClient - checkMaster throws MasterNotRunningException - add isMasterRunning - removed empty mergeRegions method HMaster - moved bootstrap region creation (createNewHRegion, addRegionToMeta) to HRegion - removed empty mergeRegions method HMasterInterface - removed mergeRegions method HMerge - new module. Implements merge as a client side operation HRegion - moved createNewHRegion, addRegionInfoToMeta from HMaster to here - added method largestHStore, used by merge to determine if two regions should be merged. HRegionInfo - now implements WritableComparable instead of just Writable HRegionServer - removed old commented out merge code HTableDescriptor - removed unused import > HBase administration > -------------------- > > Key: HADOOP-1391 > URL: https://issues.apache.org/jira/browse/HADOOP-1391 > Project: Hadoop > Issue Type: New Feature > Components: contrib/hbase > Affects Versions: 0.14.0 > Reporter: Jim Kellerman > Assignee: Jim Kellerman > Priority: Minor > Fix For: 0.14.0 > > Attachments: patch.txt, patch.txt, patch.txt, patch.txt > > > Enhance HBase administration API > - Add/delete column to existing table > - Take table off-line, put it on-line > - RECORD, BLOCK or NO compression > - Merge two regions -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.