You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/12/12 16:09:31 UTC

[accumulo-website] branch master updated: ACCUMULO-4761 Add documentation on canceling compaction (#51)

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 <mw...@apache.org>
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" <co...@accumulo.apache.org>'].