You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by jm...@apache.org on 2021/02/11 19:18:02 UTC

[accumulo-examples] branch main updated: Minor update to sample.md

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

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 5856f6d  Minor update to sample.md
5856f6d is described below

commit 5856f6d7f199150d951cf8e9f1210364031ae3ba
Author: Mark Owens <jm...@apache.org>
AuthorDate: Thu Feb 11 14:17:53 2021 -0500

    Minor update to sample.md
    
    Minor update to sample.md example documentation.
---
 docs/sample.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sample.md b/docs/sample.md
index 4c58c3a..931579c 100644
--- a/docs/sample.md
+++ b/docs/sample.md
@@ -66,7 +66,7 @@ scanning the sample.
     2317 doc:content []    milk, eggs, bread, parmigiano-reggiano, butter
     2317 doc:url []    file://groceries/9.txt
 
-Inorder to make scanning the sample fast, sample data is partitioned as data is
+In order to make scanning the sample fast, sample data is partitioned as data is
 written to Accumulo.  This means if the sample configuration is changed, that
 data written previously is partitioned using a different criteria.  Accumulo
 will detect this situation and fail sample scans.  The commands below show this