You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2017/12/12 16:09:33 UTC

[GitHub] mikewalch closed pull request #51: ACCUMULO-4761 Add documentation on canceling compaction

mikewalch closed pull request #51: ACCUMULO-4761 Add documentation on canceling compaction
URL: https://github.com/apache/accumulo-website/pull/51
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_docs-2-0/getting-started/shell.md b/_docs-2-0/getting-started/shell.md
index 43f11364..ab6edcdd 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 295c0b7f..fe4ceb6b 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services