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

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


The following commit(s) were added to refs/heads/main by this push:
     new fbaf16d  Fix typo in bin/cingest script
fbaf16d is described below

commit fbaf16dc2c065eaab690d8d7abd75750d5d0425c
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Tue Feb 23 08:28:57 2021 -0500

    Fix typo in bin/cingest script
---
 bin/cingest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cingest b/bin/cingest
index ab44b19..0753608 100755
--- a/bin/cingest
+++ b/bin/cingest
@@ -31,7 +31,7 @@ Available applications:
     batchwalk     Randomly walks the graph using a batch scanner
     scan          Scans the graph
     verify        Verifies continous ingest test. Stop ingest before running.
-    moru          Streses Accumulo by reading and writing to the ingest table.
+    moru          Stresses Accumulo by reading and writing to the ingest table.
                   Stop ingest before running.
     bulk          Create RFiles in a Map Reduce job and calls importDirectory 
if successful
 EOF

Reply via email to