You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/03/06 22:56:38 UTC

[jira] [Commented] (ACCUMULO-3649) Accumulo examples READMEs on website are outdated

    [ https://issues.apache.org/jira/browse/ACCUMULO-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350980#comment-14350980 ] 

Josh Elser commented on ACCUMULO-3649:
--------------------------------------

[~epicdave] I've also listed you as a contributor in JIRA which means you should have a little more control over your comments (edit/delete) as well as the ability to control issue state. If you find something wrong, please feel free to re-open this yourself and I'll swing back around again.

> 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)