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

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


The following commit(s) were added to refs/heads/1.10 by this push:
     new 9fedc5b  Update README.combiner
9fedc5b is described below

commit 9fedc5b01a0fda4ef2671d3f4cab2b2399337609
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Wed Oct 14 13:44:28 2020 -0400

    Update README.combiner
    
    Update readme to display missing output line from call to setiter.
---
 docs/src/main/resources/examples/README.combiner | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/src/main/resources/examples/README.combiner 
b/docs/src/main/resources/examples/README.combiner
index f388e5b..26c701f 100644
--- a/docs/src/main/resources/examples/README.combiner
+++ b/docs/src/main/resources/examples/README.combiner
@@ -39,12 +39,14 @@ tar distribution.
     username@instance runners> setiter -t runners -p 10 -scan -minc -majc -n 
decStats -class org.apache.accumulo.examples.simple.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 columns, <col fam>[:<col 
qual>]{,<col fam>[:<col qual>]} escape non-alphanum 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 runners> setiter -t runners -p 11 -scan -minc -majc -n 
hexStats -class org.apache.accumulo.examples.simple.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>.: hstat
+    ----------> set StatsCombiner parameter columns, <col fam>[:<col 
qual>]{,<col fam>[:<col qual>]} escape non-alphanum chars using %<hex>.: hstat
+    ----------> set StatsCombiner parameter reduceOnFullCompactionOnly, If 
true, only reduce on full major compactions.  Defaults to false. : 
     ----------> set StatsCombiner parameter radix, radix/base of the numbers: 
16
     username@instance runners> insert 123456 name first Joe
     username@instance runners> insert 123456 stat marathon 240

Reply via email to