Skip to content

Command updates for dirlist, helloworld, isolation, and sample examples#135

Merged
DomGarguilo merged 2 commits into
apache:mainfrom
Amemeda:update-commands
Jun 9, 2026
Merged

Command updates for dirlist, helloworld, isolation, and sample examples#135
DomGarguilo merged 2 commits into
apache:mainfrom
Amemeda:update-commands

Conversation

@Amemeda

@Amemeda Amemeda commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

dirlist:

  • updated instructions at the beginning specifying NOT to delete tables dirTable, dataTable, and indexTable until after the dirlist example AND filedata example are completed. Added as the instrutions say you can delete after finishing dirlist, but once you get to filedata, it uses some data from the ingest in dirlist example, and if the tables were deleted, an ingest will have to be run again.
  • updated "$ accumulo shell -u root -e 'setauths -u username -s exampleVis'" to
    "$ accumulo shell -u root -e 'setauths -u root -s exampleVis'"

helloworld:

  • updated "To view the entries, use the shell (run accumulo shell -u username -p password to access it) to scan the table:" to "To view the entries, use the shell (run accumulo shell --user root --password secret to access it) to scan the table:"

isolation:

  • updated "$ accumulo shell -u -p -e 'createnamespace examples' " to
    "$ accumulo shell --user root --password secret --execute-command 'createnamespace examples' "

sample:

  • added expected second file output from rfile-info command, updated formatting of output
  • updated "accumulo rfile-info" to "accumulo file rfile-info"
  • updated rfile-info command

Amemeda and others added 2 commits June 9, 2026 12:10
* fix an error with the file viewer GUI
* update output for several examples
* updated monitor instructions

@DomGarguilo DomGarguilo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your changes look good! I went through the examples using your updated instructions and updated a few adjacent things while I was doing that.

@DomGarguilo DomGarguilo merged commit 1a04bc0 into apache:main Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants