ArbaazKhan1 commented on PR #6353:
URL: https://github.com/apache/accumulo/pull/6353#issuecomment-4491461005

   Output of `accumulo --help:` 
   ```
   Usage one of:
       accumulo --help | -help | -h | -?
           Prints this help
   
       accumulo classpath
           Prints the classpath for the accumulo script
   
       accumulo jshell [ARG]...
           Starts a Java JShell session for use with an Accumulo instance
   
       accumulo className [ARG]...
           Executes a Java class passing the provided arguments
   
       accumulo <command> <subcommand> --help | [ARG]...
           Provides a common execution environment to run various Accumulo 
related commands and subcommands.
           Client commands support a shorter command structure where the 
command does not have to be specified,
           'accumulo shell' instead of 'accumulo client shell', for example. 
Commands other than 'client'
           require access to the accumulo.properties file for the instance.
   
   Client Commands (accumulo <command>):
     create-token                   Creates authentication token
     help                           Prints usage
     shell                          Runs Accumulo shell
     version                        Prints Accumulo version
   
   Check Commands (accumulo check <command>):
     missing-files                  Checks file references in metadata and user 
tables, optionally removes errant file references
     system                         Performs checks for problems in Accumulo.
     verify-tablet-assignments      Verify all Tablets are assigned to tablet 
servers
   
   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
     create-autocomplete-script     Generates a bash completion script
     dump-config                    Prints out non-default configuration 
settings.
     export                         Exports all accumulo configuration to yaml 
with well defined sort order to support diff.
     import                         Imports accumulo properties from a yaml 
file.
   
   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.
     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
     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.
   
   Process Commands (accumulo proc <command>):
     compactor                      Runs Accumulo Compactor
     gc                             Runs Accumulo Garbage Collector
     list-compactors                Displays compactors grouped by resource 
group
     manager                        Runs Accumulo Manager
     minicluster                    Runs Accumulo MiniCluster
     monitor                        Runs Accumulo Monitor
     ping                           Ping tablet servers.  If no arguments, 
pings all.
     sserver                        Runs 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                        Runs Accumulo Tablet Server
   
   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
   
   ZooKeeper Commands (accumulo zk <command>):
     cli                            Starts an Apache ZooKeeper client rooted at 
the current instance.
     dump                           Writes ZooKeeper data as human readable or 
XML to a file.
     info-viewer                    view Accumulo instance and property 
information stored in ZooKeeper
     prop-editor                    Emergency tool to modify properties stored 
in ZooKeeper without a cluster. Prefer using the shell if it is available
     restore                        Restore ZooKeeper data from a file.
     zap                            Utility for zapping ZooKeeper locks
   


-- 
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]

Reply via email to