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 965581b  Update combiner.md
965581b is described below

commit 965581ba2070fbf1d2283db4206b9844a892239b
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Wed May 12 14:30:39 2021 -0400

    Update combiner.md
    
    Updated Combiner.md file to:
    
    * Correct a typo
    * Include the 'examples'  namespace as part of the table name when setting 
the iterator.
---
 docs/combiner.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/combiner.md b/docs/combiner.md
index 7ee9cd1..76cb5fe 100644
--- a/docs/combiner.md
+++ b/docs/combiner.md
@@ -37,13 +37,13 @@ tar distribution.
     -
     username@instance> createnamespace examples
     username@instance> createtable examples.runners
-    username@instance exampoles.runners> setiter -t runners -p 10 -scan -minc 
-majc -n decStats -class org.apache.accumulo.examples.combiner.StatsCombiner
+    username@instance examples.runners> setiter -t examples.runners -p 10 
-scan -minc -majc -n decStats -class 
org.apache.accumulo.examples.combiner.StatsCombiner
     Combiner that keeps track of min, max, sum, and count
     ----------> set StatsCombiner parameter all, set to true to apply Combiner 
to every column, otherwise leave blank. if true, columns option will be 
ignored.: 
     ----------> set StatsCombiner parameter columns, <col fam>[:<col 
qual>]{,<col fam>[:<col qual>]} escape non aplhanum chars using %<hex>.: stat
     ----------> set StatsCombiner parameter reduceOnFullCompactionOnly, If 
true, only reduce on full major compactions.  Defaults to false. : 
     ----------> set StatsCombiner parameter radix, radix/base of the numbers: 
10
-    username@instance examples.runners> setiter -t runners -p 11 -scan -minc 
-majc -n hexStats -class org.apache.accumulo.examples.combiner.StatsCombiner
+    username@instance examples.runners> setiter -t examples.runners -p 11 
-scan -minc -majc -n hexStats -class 
org.apache.accumulo.examples.combiner.StatsCombiner
     Combiner that keeps track of min, max, sum, and count
     ----------> set StatsCombiner parameter all, set to true to apply Combiner 
to every column, otherwise leave blank. if true, columns option will be 
ignored.: 
     ----------> set StatsCombiner parameter columns, <col fam>[:<col 
qual>]{,<col fam>[:<col qual>]} escape non-alphanum chars using %<hex>.: hstat

Reply via email to