This is an automated email from the ASF dual-hosted git repository.

DomGarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new d5a3c8d  Updated 2 commands in Bloom Filter Example that were outdated 
(#130)
d5a3c8d is described below

commit d5a3c8d59726512e8fa5173e55d7671f134d5d33
Author: Amanda Villarreal <[email protected]>
AuthorDate: Wed Jun 3 12:26:19 2026 -0500

    Updated 2 commands in Bloom Filter Example that were outdated (#130)
---
 docs/bloom.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/bloom.md b/docs/bloom.md
index da3a974..b5961d7 100644
--- a/docs/bloom.md
+++ b/docs/bloom.md
@@ -49,7 +49,7 @@ likely contain entries for the query, all files will be 
interrogated.
 You can verify the table has three or more r-files by looking in HDFS. To look 
in HDFS
 you will need the table ID, which can be found with the following shell 
command.
 
-    $ accumulo shell -u username -p password -e 'tables -l'
+    $ accumulo shell --user root --password secret -e 'tables -l'
     accumulo.metadata    =>        !0
     accumulo.root        =>        +r
     examples.bloom_test1 =>         2
@@ -68,7 +68,7 @@ table has in HDFS. This assumes Accumulo is at the default 
location in HDFS.
 Running the rfile-info command shows that one of the files has a bloom filter
 and its 1.5MB.
 
-    $ accumulo rfile-info /accumulo/tables/3/default_tablet/F00000dj.rf
+    $ accumulo file rfile-info /accumulo/tables/3/default_tablet/F00000dj.rf
     Locality group         : <DEFAULT>
        Start block          : 0
        Num   blocks         : 752

Reply via email to