Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4AEF9200D56 for ; Tue, 12 Dec 2017 17:09:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4966A160BFC; Tue, 12 Dec 2017 16:09:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8F89D160BE7 for ; Tue, 12 Dec 2017 17:09:34 +0100 (CET) Received: (qmail 17023 invoked by uid 500); 12 Dec 2017 16:09:33 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 17014 invoked by uid 99); 12 Dec 2017 16:09:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2017 16:09:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1C5738207B; Tue, 12 Dec 2017 16:09:31 +0000 (UTC) Date: Tue, 12 Dec 2017 16:09:31 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch master updated: ACCUMULO-4761 Add documentation on canceling compaction (#51) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151309497154.8739.15721188420881001433@gitbox.apache.org> From: mwalch@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3f05ee30e1a89b1c7fb19411548d96c256db085a X-Git-Newrev: 047a8bc05b6426898c79717ecbee4404c1fe347d X-Git-Rev: 047a8bc05b6426898c79717ecbee4404c1fe347d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 12 Dec 2017 16:09:35 -0000 This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git The following commit(s) were added to refs/heads/master by this push: new 047a8bc ACCUMULO-4761 Add documentation on canceling compaction (#51) 047a8bc is described below commit 047a8bc05b6426898c79717ecbee4404c1fe347d Author: Mike Walch AuthorDate: Tue Dec 12 11:09:29 2017 -0500 ACCUMULO-4761 Add documentation on canceling compaction (#51) --- _docs-2-0/getting-started/shell.md | 2 ++ _docs-2-0/getting-started/table_configuration.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/_docs-2-0/getting-started/shell.md b/_docs-2-0/getting-started/shell.md index 43f1136..ab6edcd 100644 --- a/_docs-2-0/getting-started/shell.md +++ b/_docs-2-0/getting-started/shell.md @@ -68,6 +68,8 @@ files are consolidated and deleted entries are removed. root@myinstance mytable> compact -t mytable 07 16:13:53,201 [shell.Shell] INFO : Compaction of table mytable started for given range +If needed, the compaction can be canceled using `compact --cancel -t mytable`. + The `flush` command instructs Accumulo to write all entries currently in memory for a given table to disk. diff --git a/_docs-2-0/getting-started/table_configuration.md b/_docs-2-0/getting-started/table_configuration.md index 295c0b7..fe4ceb6 100644 --- a/_docs-2-0/getting-started/table_configuration.md +++ b/_docs-2-0/getting-started/table_configuration.md @@ -63,6 +63,8 @@ through the shell: user@myinstance mytable> compact -t mytable +If needed, the compaction can be canceled using `compact --cancel -t mytable`. + ## Constraints Accumulo supports constraints applied on mutations at insert time. This can be -- To stop receiving notification emails like this one, please contact ['"commits@accumulo.apache.org" '].