Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 895DA17EDF for ; Mon, 9 Mar 2015 16:38:38 +0000 (UTC) Received: (qmail 76219 invoked by uid 500); 9 Mar 2015 16:38:38 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 76174 invoked by uid 500); 9 Mar 2015 16:38:38 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 76159 invoked by uid 99); 9 Mar 2015 16:38:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 16:38:38 +0000 Date: Mon, 9 Mar 2015 16:38:38 +0000 (UTC) From: "David Holiday (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3649) Accumulo examples READMEs on website are outdated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14353178#comment-14353178 ] David Holiday commented on ACCUMULO-3649: ----------------------------------------- t/y [~elserj]!! > Accumulo examples READMEs on website are outdated > ------------------------------------------------- > > Key: ACCUMULO-3649 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3649 > Project: Accumulo > Issue Type: Bug > Components: docs > Reporter: David Holiday > Assignee: Josh Elser > Time Spent: 40m > Remaining Estimate: 0h > > The readme states to run: > {noformat} > ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -i instance -z zookeepers -u username -p password -t batchtest1 --num 100 --min 0 --max 10000 --size 50 --scanThreads 20 --vis exampleVis > {noformat} > But the actual command should be > {noformat} > ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -i instance -z zookeepers -u username -p password -t batchtest1 --num 100 --min 0 --max 10000 --size 50 --scanThreads 20 --auths exampleVis > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)