dlmarion commented on PR #6131:
URL: https://github.com/apache/accumulo/pull/6131#issuecomment-3916621840
The output of the `accumulo` command looks like the following with this
change:
```
Usage one of:
accumulo --help
accumulo classpath
accumulo jshell (<argument> ...)
accumulo className (<argument> ...)
accumulo <command>* <subcommand> [--help] (<argument> ...)
* client commands can be run using 'accumulo <subcommand> ...'
Client Commands (accumulo <command>):
create-token Creates authentication token
help Prints usage
shell Runs Accumulo shell
version Prints Accumulo version
The following commands require access to the accumulo.properties file.
Compaction Commands (accumulo compact <command>):
cancel Cancels a compaction
find-tmp-files Finds and optionally deletes compaction tmp
files.
list List running compactions
Configuration Commands (accumulo conf <command>):
check-accumulo-properties Checks the provided Accumulo configuration
file for errors
check-compaction-config Verifies compaction config within a given
file
dump-config Prints out non-default configuration
settings.
dump-zoo Writes Zookeeper data as human readable or
XML to a file.
restore-zookeeper Restore Zookeeper data from a file.
zoo-info-viewer view Accumulo instance and property
information stored in ZooKeeper
zoo-prop-editor Emergency tool to modify properties stored
in ZooKeeper without a cluster. Prefer using the shell if it is available
File Commands (accumulo file <command>):
create-empty Creates empty RFiles (RF) or empty
write-ahead log (WAL) files for emergency recovery
generate-splits Generate split points from a set of 1 or
more rfiles
rfile-info Prints rfile info
split-large Splits an RFile into large and small
key/value files
wal-info Prints WAL Info
Instance Commands (accumulo inst <command>):
change-secret Changes the unique secret given to the
instance that all servers must know.
check Performs checks for problems in Accumulo.
check-metadata Checks root and metadata table entries for
problems
delete-instance Deletes specific instance name or id from
zookeeper or cleans up all old instances.
fate Operations performed on the Manager FaTE
system.
info Prints Accumulo cluster info
init Initializes Accumulo
list-instances List Accumulo instances in zookeeper
list-volumes list volumes currently in use
locks Prints server locks (Deprecated - use
service-status and stop commands)
login-info Prints Accumulo login info
missing-files Checks file references in metadata and user
tables, optionally removes errant file references
remove-scan-server-references Removes ScanServer references in metadata
table for servers not running
service-status Shows status of Accumulo server processes
upgrade utility used to perform various upgrade
steps for an Accumulo instance.
verify-tablet-assignments Verify all Tablets are assigned to tablet
servers
zk-cli Starts an Apache Zookeeper client rooted at
the current instance.
Process Commands (accumulo proc <command>):
compactor Starts Accumulo Compactor
gc Starts Accumulo Garbage Collector
list-compactors Displays compactors grouped by resource
group
manager Starts Accumulo Manager
minicluster Starts Accumulo MiniCluster
monitor Starts Accumulo Monitor
ping Ping tablet servers. If no arguments,
pings all.
sserver Starts Accumulo Scan Server
stop-all Stop all tablet servers and the manager.
stop-manager Stop the manager.
stop-servers Stops the servers at the supplied addresses.
tserver Starts Accumulo Tablet Server
zoo-zap Utility for zapping Zookeeper locks
Table Commands (accumulo table <command>):
find-offline-tablets Prints information about offline tablets
find-online-ondemand-tablets Lists the OnDemand tablets that are
currently hosted
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]