Skip to content

Reorganized commands#6353

Open
ArbaazKhan1 wants to merge 4 commits into
apache:mainfrom
ArbaazKhan1:accumulo-6140
Open

Reorganized commands#6353
ArbaazKhan1 wants to merge 4 commits into
apache:mainfrom
ArbaazKhan1:accumulo-6140

Conversation

@ArbaazKhan1
Copy link
Copy Markdown
Contributor

@ArbaazKhan1 ArbaazKhan1 commented Apr 30, 2026

Closes issue #6140

Clarified confusion between different usages of help and added -? as an alias for --help

Added new Zookeeper command group (zk) and consolidated zoo related sub-commands into it:

  • dump-zoo
  • restore-zookeeper
  • zoo-info-viewer
  • zoo-prop-editor
  • zoo-zap
  • zk-cli

Added new Check command group and consolidated troubleshooting/ verification commands into it:

  • check
  • missing-files
  • verify-tablet-assignment

Comment thread start/src/main/java/org/apache/accumulo/start/spi/CommandGroups.java Outdated
Copy link
Copy Markdown
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

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

Some of the subcommand names can be further updated to drop "zk" or "zoo" from their names, so instead of "bin/accumulo zk zk-cli", it is just "bin/accumulo zk cli". Also "check" subcommand can be renamed to "system", so it is "check system" instead of "check check".

Also, can you screenshot (or copy/paste into a ``` codeblock) the output of bin/accumulo help after these changes? It helps show the overall user experience improvement for the command renames.

Also, in the description/title/class names, "ZooKeeper" should be spelled with a capital K whenever possible, for consistent branding.

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.

Accumulo command re-org follow-ons

3 participants