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

[jira] [Commented] (ACCUMULO-3649) CLONE - Update example READMEs for changed argument names

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

David Holiday commented on ACCUMULO-3649:
-----------------------------------------

issue is not actually fixed in the docs available to the end user. as such, 3008 shouldn't have been marked 'resolved'. the only two versions of the documentation available on the accumulo website (1.5 & 1.6) still instruct the user to use the '--var' parameter when invoking RandomBatchScanner. resolving this issue entails changing the available documentation so that someone doesn't have to burn a time tracking down a a known issue that has an easy solution. using the '--auth' parameter works just fine, and the docs need to be updated to reflect that. 



> CLONE - Update example READMEs for changed argument names
> ---------------------------------------------------------
>
>                 Key: ACCUMULO-3649
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3649
>             Project: Accumulo
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: David Holiday
>            Assignee: Josh Elser
>             Fix For: 1.5.2, 1.6.1, 1.7.0
>
>
> 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)