You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/11/26 23:06:30 UTC

[2/2] git commit: ACCUMULO-1932 Add note to continuous-ingest README that agitator needs to be run as `root`.

ACCUMULO-1932 Add note to continuous-ingest README that agitator needs to be run as `root`.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e7e2238a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e7e2238a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e7e2238a

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: e7e2238ae3b6b5abfeb1c988757a29c6159830f9
Parents: 4637dd7
Author: Josh Elser <el...@apache.org>
Authored: Tue Nov 26 17:03:33 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Nov 26 17:03:33 2013 -0500

----------------------------------------------------------------------
 test/system/continuous/README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e7e2238a/test/system/continuous/README
----------------------------------------------------------------------
diff --git a/test/system/continuous/README b/test/system/continuous/README
index 40dbb5f..62af7e3 100644
--- a/test/system/continuous/README
+++ b/test/system/continuous/README
@@ -34,7 +34,8 @@ service that continually collect statistics about accumulo and HDFS.
  start-stats.sh
  stop-stats.sh 
 
-Optionally, start the agitator to periodically kill random servers.  
+Optionally, start the agitator to periodically kill the tabletserver and/or datanode
+process(es) on random nodes. This must be run as root.
 
  start-agitator.sh
  stop-agitator.sh