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 17:14:23 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:047a8bc

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bc0d695  Jekyll build from master:047a8bc
bc0d695 is described below

commit bc0d695619cb3d5be6f6a4b0d9619819235a46be
Author: Mike Walch <mw...@apache.org>
AuthorDate: Tue Dec 12 12:13:41 2017 -0500

    Jekyll build from master:047a8bc
    
    ACCUMULO-4761 Add documentation on canceling compaction (#51)
---
 docs/2.0/getting-started/shell.html               | 2 ++
 docs/2.0/getting-started/table_configuration.html | 2 ++
 feed.xml                                          | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/2.0/getting-started/shell.html b/docs/2.0/getting-started/shell.html
index 23f6c01..dcfd9a3 100644
--- a/docs/2.0/getting-started/shell.html
+++ b/docs/2.0/getting-started/shell.html
@@ -412,6 +412,8 @@ files are consolidated and deleted entries are removed.</p>
 </code></pre>
 </div>
 
+<p>If needed, the compaction can be canceled using <code class="highlighter-rouge">compact --cancel -t mytable</code>.</p>
+
 <p>The <code class="highlighter-rouge">flush</code> command instructs Accumulo to write all entries currently in memory for a given table
 to disk.</p>
 
diff --git a/docs/2.0/getting-started/table_configuration.html b/docs/2.0/getting-started/table_configuration.html
index df34bb2..168fe13 100644
--- a/docs/2.0/getting-started/table_configuration.html
+++ b/docs/2.0/getting-started/table_configuration.html
@@ -397,6 +397,8 @@ through the shell:</p>
 </code></pre>
 </div>
 
+<p>If needed, the compaction can be canceled using <code class="highlighter-rouge">compact --cancel -t mytable</code>.</p>
+
 <h2 id="constraints">Constraints</h2>
 
 <p>Accumulo supports constraints applied on mutations at insert time. This can be
diff --git a/feed.xml b/feed.xml
index 78cbf0d..e3e6a75 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 12 Dec 2017 11:12:54 -0500</pubDate>
-    <lastBuildDate>Tue, 12 Dec 2017 11:12:54 -0500</lastBuildDate>
+    <pubDate>Tue, 12 Dec 2017 12:13:29 -0500</pubDate>
+    <lastBuildDate>Tue, 12 Dec 2017 12:13:29 -0500</lastBuildDate>
     <generator>Jekyll v3.5.2</generator>
     
     

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <co...@accumulo.apache.org>'].