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 C180B1755C for ; Thu, 12 Feb 2015 02:27:12 +0000 (UTC) Received: (qmail 24505 invoked by uid 500); 12 Feb 2015 02:27:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24445 invoked by uid 500); 12 Feb 2015 02:27:12 -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 24433 invoked by uid 99); 12 Feb 2015 02:27:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 02:27:12 +0000 Date: Thu, 12 Feb 2015 02:27:12 +0000 (UTC) From: "Jingcheng Du (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13012) Add a tool to run the mob file compactor by commands 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-13012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317450#comment-14317450 ] Jingcheng Du commented on HBASE-13012: -------------------------------------- I go through the code, I think we'd better to add a new HBaseAdmin API, it could be named as compactionMobFiles(TableName table, byte[]familyName), and do some corresponding changes in RsRprcService.compactRegion. Is it ok? > Add a tool to run the mob file compactor by commands > ---------------------------------------------------- > > Key: HBASE-13012 > URL: https://issues.apache.org/jira/browse/HBASE-13012 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Reporter: Jingcheng Du > Assignee: Jiajia Li > Fix For: hbase-11339 > > > Currently the MobFileCompactor is run by HMaster periodically, we need a tool to run the compactor by commands. -- This message was sent by Atlassian JIRA (v6.3.4#6332)