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/12 15:57:25 UTC

[accumulo-examples] branch main updated: Update wordCount.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 6c0e1e0  Update wordCount.md
6c0e1e0 is described below

commit 6c0e1e068bfd76f74a54d1b897d42ee3f1d93d3e
Author: Mark Owens <jm...@apache.org>
AuthorDate: Fri Feb 12 10:57:09 2021 -0500

    Update wordCount.md
    
    Corrected misspelling within the documentation.
---
 docs/wordcount.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/wordcount.md b/docs/wordcount.md
index 601f1de..3f9cb4b 100644
--- a/docs/wordcount.md
+++ b/docs/wordcount.md
@@ -52,7 +52,7 @@ After the MapReduce job completes, query the Accumulo table to see word counts.
 When the WordCount MapReduce job was run above, the client properties were serialized
 into the MapReduce configuration.  This is insecure if the properties contain sensitive 
 information like passwords. A more secure option is store accumulo-client.properties
-in HDFS and run th job with the `-D` options.  This will configure the MapReduce job
+in HDFS and run the job with the `-D` options.  This will configure the MapReduce job
 to obtain the client properties from HDFS:
 
     $ hdfs dfs -copyFromLocal ./conf/accumulo-client.properties /user/myuser/