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

domgarguilo 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 18b9072  Minor improvements to agitator readme (#186)
18b9072 is described below

commit 18b907206ef8759f14ab3127e8860f5382622e78
Author: Dom G <dominic.gargu...@gmail.com>
AuthorDate: Thu Jan 13 13:45:26 2022 -0500

    Minor improvements to agitator readme (#186)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 46ead08..af1e693 100644
--- a/README.md
+++ b/README.md
@@ -165,13 +165,13 @@ See [gcs.md](docs/gcs.md).
 
 ## Agitator
 
-The agitator will periodically kill the Accumulo master, tablet server, and 
Hadoop data node
+The agitator will periodically kill the Accumulo manager, tablet server, and 
Hadoop data node
 processes on random nodes. Before running the agitator you should create 
`accumulo-testing-env.sh`
-in `conf/` and review all of the agitator settings. The command below will 
start the agitator:
+in `conf/` and review all the agitator settings. The command below will start 
the agitator:
 
             ./bin/agitator start
 
-You can run this script as root and it will properly start processes as the 
user you configured in
+Running this script as root will properly start processes as the user you 
configured in
 `env.sh` (`AGTR_HDFS_USER` for the data node and `AGTR_ACCUMULO_USER` for 
Accumulo
 processes). If you run it as yourself and the `AGTR_HDFS_USER` and 
`AGTR_ACCUMULO_USER` values are
 the same as your user, the agitator will not change users. In the case where 
you run the agitator as

Reply via email to