Skip to content

Updating commands in spark, reservations, terasort, and uniquecols examples#138

Merged
ctubbsii merged 5 commits into
apache:mainfrom
Amemeda:final-command-updates
Jul 14, 2026
Merged

Updating commands in spark, reservations, terasort, and uniquecols examples#138
ctubbsii merged 5 commits into
apache:mainfrom
Amemeda:final-command-updates

Conversation

@Amemeda

@Amemeda Amemeda commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

reservations:

  • "$ /path/to/accumulo org.apache.accumulo.server.util.ListInstances" updated to "$ accumulo inst list-instances"
  • updated usages of -u root -p secret -e to --user <username> --password <password> -e

terasort:

  • updated usages of -u root -p secret -e to --user <username> --password <password> -e

uniquecols:

  • updated $ /path/to/accumulo shell -u username -p secret to $ accumulo shell --user <username> --password <password>
  • updated multiple references of "examples" table that was misspelled as "example"

Omitted all username/password references from --user --password commands for consistency across code.

Comment thread docs/reservations.md Outdated
Comment thread spark/README.md Outdated
@Amemeda Amemeda requested a review from ctubbsii July 13, 2026 16:15
Comment thread spark/README.md
@Amemeda Amemeda requested a review from ctubbsii July 14, 2026 17:22
@ctubbsii ctubbsii merged commit 28fd44f into apache:main Jul 14, 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