Updated 2 commands in Bloom Filter Example that were outdated#130
Conversation
|
This looks good to me. I fixed the build in #129 so you'll need to merge the As a follow on, I'm sure there are a lot of other spots that could use this same cleanup which would be good to fix as well. |
|
Thanks for the PR @Amemeda . I see you aren't listed on our "people" page, acknowledging contributors. If you wish to be added as a contributor to https://accumulo.apache.org/people/ , please open a pull request to add yourself at https://github.com/apache/accumulo-website/edit/main/pages/people.md and leave a reference to If you intend to be a regular contributor to Accumulo projects, please consider subscribing to our developer mailing list (https://accumulo.apache.org/contact-us/) and introducing yourself. (this message has been mostly copied and pasted from this comment) |
contribution reference: apache/accumulo-examples#130
2 commands in bloom.md were outdated
$ accumulo shell -u username -p password -e 'tables -l' (-u and -p updated to --user --password respectively, filled actual username and password)
$ accumulo rfile-info /accumulo/tables/3/default_tablet/F00000dj.rf (missing keyword "file" after "accumulo")