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/06/13 19:02:46 UTC

[1/2] accumulo-website git commit: Fixed big O notation logic in documentation

Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site 459ae60a2 -> 7045b5631
  refs/heads/master 3afe129f3 -> 4e7894f28


Fixed big O notation logic in documentation


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/4e7894f2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/4e7894f2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/4e7894f2

Branch: refs/heads/master
Commit: 4e7894f286f42afc33b9dc500f214932f93da9f5
Parents: 3afe129
Author: Mike Walch <mw...@apache.org>
Authored: Tue Jun 13 15:01:05 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Tue Jun 13 15:01:05 2017 -0400

----------------------------------------------------------------------
 _docs-unreleased/getting-started/table_configuration.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/4e7894f2/_docs-unreleased/getting-started/table_configuration.md
----------------------------------------------------------------------
diff --git a/_docs-unreleased/getting-started/table_configuration.md b/_docs-unreleased/getting-started/table_configuration.md
index 4bb7de6..6e11b10 100644
--- a/_docs-unreleased/getting-started/table_configuration.md
+++ b/_docs-unreleased/getting-started/table_configuration.md
@@ -429,9 +429,9 @@ consider adjusting the compaction ratio. Ideally, merging minor compactions
 never need to occur and major compactions will keep up. It is possible to
 configure the file max and compaction ratio such that only merging minor
 compactions occur and major compactions never occur. This should be avoided
-because doing only merging minor compactions causes O(_N_^2^) work to be done.
-The amount of work done by major compactions is O(_N_*log~_R_~(_N_)) where
-_R_ is the compaction ratio.
+because doing only merging minor compactions causes O(N<sup>2</sup>) work to be done.
+The amount of work done by major compactions is O(N*log<sub>R</sub>(N)) where
+R is the compaction ratio.
 
 Compactions can be initiated manually for a table. To initiate a minor
 compaction, use the flush command in the shell. To initiate a major compaction,


[2/2] accumulo-website git commit: Jekyll build from master:4e7894f

Posted by mw...@apache.org.
Jekyll build from master:4e7894f

Fixed big O notation logic in documentation


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/7045b563
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/7045b563
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/7045b563

Branch: refs/heads/asf-site
Commit: 7045b5631ff022c5a7af5eb34bf2e12a4c911bbe
Parents: 459ae60
Author: Mike Walch <mw...@apache.org>
Authored: Tue Jun 13 15:02:09 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Tue Jun 13 15:02:09 2017 -0400

----------------------------------------------------------------------
 docs/unreleased/getting-started/table_configuration.html | 6 +++---
 feed.xml                                                 | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/7045b563/docs/unreleased/getting-started/table_configuration.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/table_configuration.html b/docs/unreleased/getting-started/table_configuration.html
index a21ecfb..261fa39 100644
--- a/docs/unreleased/getting-started/table_configuration.html
+++ b/docs/unreleased/getting-started/table_configuration.html
@@ -784,9 +784,9 @@ consider adjusting the compaction ratio. Ideally, merging minor compactions
 never need to occur and major compactions will keep up. It is possible to
 configure the file max and compaction ratio such that only merging minor
 compactions occur and major compactions never occur. This should be avoided
-because doing only merging minor compactions causes O(<em>N</em>^2^) work to be done.
-The amount of work done by major compactions is O(<em>N</em>*log~<em>R</em>~(<em>N</em>)) where
-<em>R</em> is the compaction ratio.</p>
+because doing only merging minor compactions causes O(N<sup>2</sup>) work to be done.
+The amount of work done by major compactions is O(N*log<sub>R</sub>(N)) where
+R is the compaction ratio.</p>
 
 <p>Compactions can be initiated manually for a table. To initiate a minor
 compaction, use the flush command in the shell. To initiate a major compaction,

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/7045b563/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 5d1156b..f5d0d68 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>Wed, 07 Jun 2017 09:58:39 -0400</pubDate>
-    <lastBuildDate>Wed, 07 Jun 2017 09:58:39 -0400</lastBuildDate>
+    <pubDate>Tue, 13 Jun 2017 15:02:00 -0400</pubDate>
+    <lastBuildDate>Tue, 13 Jun 2017 15:02:00 -0400</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>