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 2014/07/22 01:40:39 UTC

[jira] [Updated] (ACCUMULO-3008) Update example READMEs for changed argument names

     [ https://issues.apache.org/jira/browse/ACCUMULO-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-3008:
---------------------------------

    Summary: Update example READMEs for changed argument names  (was: Update example READMEs for changed visibility argument)

> Update example READMEs for changed argument names
> -------------------------------------------------
>
>                 Key: ACCUMULO-3008
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3008
>             Project: Accumulo
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 1.5.1
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.5.2
>
>
> 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.2#6252)