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 1ca755b  Update wordcount.md
1ca755b is described below

commit 1ca755b5ab155a7149c43e26d08b22c74f5e71d9
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Tue Mar 16 11:35:23 2021 -0400

    Update wordcount.md
    
    Corrected type in final scan command. Scan table wordCount2 rather than 
table wordCount.
---
 docs/wordcount.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/wordcount.md b/docs/wordcount.md
index 3f9cb4b..3e3cc52 100644
--- a/docs/wordcount.md
+++ b/docs/wordcount.md
@@ -62,8 +62,8 @@ After the MapReduce job completes, query the `wordCount2` 
table. The results sho
 be the same as before:
 
     $ accumulo shell
-    username@instance> table wordCount
-    username@instance wordCount> scan -b the
+    username@instance> table wordCount2
+    username@instance wordCount2> scan -b the
     the count:20080906 []    75
     their count:20080906 []    2
     ...

Reply via email to