Repository: accumulo
Updated Branches:
  refs/heads/1.7 450cae509 -> 955200f3e
  refs/heads/1.8 c369cdc35 -> 5a8669a47
  refs/heads/master 33c38edf5 -> 7a0845643


ACCUMULO-4473 Add mention of scanners to continuous ingest README.md

Signed-off-by: Josh Elser <els...@apache.org>


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

Branch: refs/heads/1.7
Commit: 955200f3ea9fd13b491f62bee11055b15383915a
Parents: 450cae5
Author: Dima Spivak <dimaspi...@apache.org>
Authored: Tue Sep 27 14:28:22 2016 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Tue Sep 27 21:03:39 2016 -0400

----------------------------------------------------------------------
 test/system/continuous/README.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/955200f3/test/system/continuous/README.md
----------------------------------------------------------------------
diff --git a/test/system/continuous/README.md b/test/system/continuous/README.md
index ce81069..31ee4bd 100644
--- a/test/system/continuous/README.md
+++ b/test/system/continuous/README.md
@@ -47,6 +47,11 @@ The following scripts start and stop batch walkers.
 > $ start-batchwalkers.sh  
 > $ stop-batchwalkers.sh
 
+And the following scripts start and stop scanners.
+
+> $ start-scanners.sh
+> $ stop-scanners.sh
+
 In addition to placing continuous load, the following scripts start and stop a
 service that continually collect statistics about accumulo and HDFS.
 

Reply via email to