Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A54A010552 for ; Tue, 21 Jan 2014 15:32:44 +0000 (UTC) Received: (qmail 51673 invoked by uid 500); 21 Jan 2014 15:32:24 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 51386 invoked by uid 500); 21 Jan 2014 15:32:12 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 51302 invoked by uid 99); 21 Jan 2014 15:32:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 15:32:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F0F8D53D4B; Tue, 21 Jan 2014 15:32:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mdrob@apache.org To: commits@accumulo.apache.org Date: Tue, 21 Jan 2014 15:32:03 -0000 Message-Id: <2a0fe69b83ca4c149a9e8324324dc10b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/10] git commit: ACCUMULO-2221 Add -z flag to bench README Updated Branches: refs/heads/1.4.5-SNAPSHOT 7a677b596 -> e887f376a refs/heads/1.5.1-SNAPSHOT 0328838f3 -> 78c5f460b refs/heads/1.6.0-SNAPSHOT 34367d7df -> 5aec58678 refs/heads/master 3d85b7f00 -> 69f0bcde2 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/1.4.5-SNAPSHOT Commit: e887f376a2fc5a3b1b5a29e182175afc6a7077bf Parents: 7a677b5 Author: Mike Drob Authored: Tue Jan 21 10:29:45 2014 -0500 Committer: Mike Drob 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 is a number representing the verbosity of the debugging output: 10 is debug, 20 is info, 30 is warning, etc. -u user to use when connecting with accumulo. If not set you will be prompted to input it. -p password to use when connecting with accumulo. If not set you will be prompted to input it. +-z 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 to use when connecting with accumulo. If not set you will be prompted to input it. **********************************************