milleruntime closed pull request #42: ACCUMULO-WEBSITE Correct typo on
range-splits page
URL: https://github.com/apache/accumulo-website/pull/42
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/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.

@@ -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
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services