ACCUMULO-2221 Add -z flag to bench README
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e887f376 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e887f376 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e887f376 Branch: refs/heads/master Commit: e887f376a2fc5a3b1b5a29e182175afc6a7077bf Parents: 7a677b5 Author: Mike Drob <md...@cloudera.com> Authored: Tue Jan 21 10:29:45 2014 -0500 Committer: Mike Drob <md...@cloudera.com> Committed: Tue Jan 21 10:29:45 2014 -0500 ---------------------------------------------------------------------- test/system/bench/README | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e887f376/test/system/bench/README ---------------------------------------------------------------------- diff --git a/test/system/bench/README b/test/system/bench/README index bcece75..06e174b 100644 --- a/test/system/bench/README +++ b/test/system/bench/README @@ -12,6 +12,7 @@ not specifying any runs all benchmarks. -s <log_level> is a number representing the verbosity of the debugging output: 10 is debug, 20 is info, 30 is warning, etc. -u <user> user to use when connecting with accumulo. If not set you will be prompted to input it. -p <password> password to use when connecting with accumulo. If not set you will be prompted to input it. +-z <zookeepers> comma delimited lit of zookeeper host:port pairs to use when connecting with accumulo. If not set you will be prompted to input it. -i <instance> instance to use when connecting with accumulo. If not set you will be prompted to input it. **********************************************