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

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


The following commit(s) were added to refs/heads/tour-website by this push:
     new e8add8d  Correct typo on range-splits page (#42)
e8add8d is described below

commit e8add8dc21f5b83b99fc886b20044082655e8268
Author: Mark Owens <jmark...@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" <commits@accumulo.apache.org>'].

Reply via email to