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/06 16:20:46 UTC

[accumulo-website] 04/07: Correct typo on range-splits page (#42)

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

commit 3353d9be23d2dd3f42055258dca107a33ce6e00e
Author: Mark Owens <jm...@gmail.com>
AuthorDate: Wed Nov 29 10:58:48 2017 -0500

    Correct typo on range-splits page (#42)
---
 tour/ranges-splits.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tour/ranges-splits.md b/tour/ranges-splits.md
index 327d703..3f3bb41 100644
--- a/tour/ranges-splits.md
+++ b/tour/ranges-splits.md
@@ -16,7 +16,7 @@ scanner.setRange(new Range("id0000", "id0010"));  // returns rows from id0000 to
 
 As your data grows larger, Accumulo will split tables into smaller pieces called Tablets.  Tablets can then be distributed across multiple Tablet Servers.  
 By default a table will get split into Tablets on row boundaries, guaranteeing an entire row to be on one Tablet Server.  We have the ability to 
-tell Accumulo were to split tables by setting split points. This is done using _addSplits_ in the [TableOperations] API.  The image below 
+tell Accumulo where to split tables by setting split points. This is done using _addSplits_ in the [TableOperations] API.  The image below 
 demonstrates how Accumulo splits data.  
 
 ![data distribution]({{ site.url }}/images/docs/data_distribution.png)
@@ -33,4 +33,4 @@ Knowing these terms are critical when working closely with Accumulo.  Iterators
 When working with large amounts of data across many Tablet Servers, a simple Scanner might not do the trick. Next lesson we learn about the power of 
 the multi-threaded BatchScanner!  
 
-[TableOperations]: https://accumulo.apache.org/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
\ No newline at end of file
+[TableOperations]: https://accumulo.apache.org/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html

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