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 2020/05/27 16:41:22 UTC

[accumulo-testing] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c6c0a64  Update README.md
c6c0a64 is described below

commit c6c0a640cf8336241531aab93adc5dc2fbe74ed6
Author: Mark Owens <jm...@apache.org>
AuthorDate: Wed May 27 12:41:12 2020 -0400

    Update README.md
    
    While reading over the accumulo-testing readme, I noticed a couple of typos. This update corrects the ones I found.
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index eadf19d..30bc1a8 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ on your machine as well as an Accumulo instance to use for testing.
 
 Tests are run using the following scripts in `bin/`:
 
-  * `cingest` - Runs continous ingest tests
+  * `cingest` - Runs continuous ingest tests
   * `rwalk` - Runs random walk tests
   * `performance` - Runs performance test
   * `agitator` - Runs agitator
-  * `gcs` - Runs garbage collection simultation
+  * `gcs` - Runs garbage collection simulation
   * `monitor` - Runs availability monitor probe
 
 Run the scripts without arguments to view usage.
@@ -130,7 +130,7 @@ entries, inserted by continuous ingest references a previously flushed entry. Si
 referencing flushed entries, they should always exist. The MapReduce job checks that all referenced
 entries exist. If it finds any that do not exist it will increment the UNDEFINED counter and emit
 the referenced but undefined node.  The MapReduce job produces two other counts: REFERENCED and
-UNREFERENCED. It is expected that these two counts are non zero. REFERENCED counts nodes that are
+UNREFERENCED. It is expected that these two counts are non-zero. REFERENCED counts nodes that are
 defined and referenced. UNREFERENCED counts nodes that defined and unreferenced, these are the
 latest nodes inserted.
 * `bulk` - Runs a MapReduce job that generates data for bulk import.  See [bulk-test.md](docs/bulk-test.md).
@@ -139,7 +139,7 @@ table. This MapReduce job will write out an entry for every entry in the table (
 created by the MapReduce job itself). Stop ingest before running this MapReduce job. Do not run more
 than one instance of this MapReduce job concurrently against a table.
 
-Checkout [ingest-test.md](docs/ingest-test.md) for pointers on running a long
+Check out [ingest-test.md](docs/ingest-test.md) for pointers on running a long
 running ingest and verification test.
 
 ## Garbage Collection Simulator
@@ -169,7 +169,7 @@ Run the command below stop the agitator:
 ## Performance Test
 
 To run performance test a `cluster-control.sh` script is needed to assist with starting, stopping,
-wiping, and confguring an Accumulo instance.  This script should define the following functions.
+wiping, and configuring an Accumulo instance.  This script should define the following functions.
 
 ```bash