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

jmark99 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 374667a  Updated table names with appropriate namespace
374667a is described below

commit 374667ac1496d34331521e66f6f72ec1b6e08766
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Fri Apr 29 11:22:17 2022 -0400

    Updated table names with appropriate namespace
    
    Updated dataTable, dirTable, and indexTable table names with the `examples` 
namespace prefixed.
---
 docs/dirlist.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dirlist.md b/docs/dirlist.md
index 800f7ac..720c96c 100644
--- a/docs/dirlist.md
+++ b/docs/dirlist.md
@@ -34,7 +34,7 @@ To begin, ingest some data with Ingest.java.
     $ ./bin/runex dirlist.Ingest --vis exampleVis --chunkSize 100000 
/local/username/workspace
 
 This may take some time if there are large files in the 
/local/username/workspace directory. If you use 0 instead of 100000 as the 
`chunkSize`, the ingest will run much faster, but it will not put any file data 
into Accumulo (the dataTable will be empty).
-Note that running this example will create tables dirTable, indexTable, and 
dataTable in Accumulo that you should delete when you have completed the 
example.
+Note that running this example will create tables `examples.dirTable`, 
`examples.indexTable`, and `examples.dataTable` in Accumulo that you should 
delete when you have completed the example.
 If you modify a file or add new files in the directory ingested (e.g. 
/local/username/workspace), you can run Ingest again to add new information 
into the Accumulo tables.
 
 To browse the data ingested, use Viewer.java. Be sure to give the "username" 
user the authorizations to see the data (in this case, run

Reply via email to