[
https://issues.apache.org/jira/browse/ACCUMULO-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350622#comment-14350622
]
Josh Elser commented on ACCUMULO-3649:
--------------------------------------
Hrm, I suppose I was a bit confused as well. I read an incorrect thing on the
website and thought I read the correct variant. My apologies there.
The commit is definitely in the repository (and in all branches), but the
changeset is not reflected in master (and I would posit also not in 1.6). I"m
guessing that the merge from 1.5 up to newer versions didn't correctly account
for the move (and Git didn't automatically notice it).
I'll have to go through the changes from ACCUMULO-3008 and figure out what
exactly happened. Thanks for bearing with me.
> Accumulo examples READMEs are inaccurate
> ----------------------------------------
>
> Key: ACCUMULO-3649
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3649
> Project: Accumulo
> Issue Type: Bug
> Components: docs
> Affects Versions: 1.5.2, 1.6.2
> Reporter: David Holiday
> Assignee: Josh Elser
> Fix For: 1.5.3, 1.7.0, 1.6.3
>
>
> 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)