You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/27 22:48:26 UTC

[GitHub] [accumulo] keith-turner opened a new issue, #3052: jshell is not documented in accumulo command help message.

keith-turner opened a new issue, #3052:
URL: https://github.com/apache/accumulo/issues/3052

   **Describe the bug**
   
   The help for the accumulo command does not document jshell.
   
   ```
   $ ./accumulo
   
   Usage: accumulo <command> [--help] (<argument> ...)
   
     --help   Prints usage for specified command
   
   Core Commands:
     admin                          Executes administrative commands
     ec-admin                       Executes administrative commands for external compactions
     help                           Prints usage
     info                           Prints Accumulo cluster info
     init                           Initializes Accumulo
     shell                          Runs Accumulo shell
     version                        Prints Accumulo version
     classpath                      Prints Accumulo classpath
     <main class> args              Runs Java <main class> located on Accumulo classpath
   
   Process Commands:
     compaction-coordinator         Starts Accumulo Compaction Coordinator
     compactor                      Starts Accumulo Compactor
     gc                             Starts Accumulo garbage collector
     manager                        Starts Accumulo Manager
     master                         Starts Accumulo master (Deprecated)
     minicluster                    Starts Accumulo minicluster
     monitor                        Starts Accumulo monitor
     sserver                        Starts Accumulo scan server
     tserver                        Starts Accumulo tablet server
     zookeeper                      Starts Apache Zookeeper instance
   
   Other Commands:
     check-compaction-config        Verifies compaction config within a given file
     check-server-config            Checks server config
     config-upgrade                 converts properties store in ZooKeeper to 2.1 format
     convert-config                 Convert Accumulo configuration from XML to properties
     create-empty                   Creates an empty rfile
     create-token                   Creates authentication token
     dump-zoo                       Writes Zookeeper data as human readable or XML to a file.
     generate-splits                Generate split points from a set of 1 or more rfiles
     login-info                     Prints Accumulo login info
     rfile-info                     Prints rfile info
     split-large                    Splits an RFile into large and small key/value files
     wal-info                       Prints WAL Info
     zoo-info-viewer                view Accumulo instance and property information stored in ZooKeeper
     zoo-zap                        Utility for zapping Zookeeper locks
   ```
   
   The following can be run even though its not documented in the help.
   
   ```
   $ ./accumulo jshell
   Preparing JShell for Apache Accumulo
   
   Use 'client' to interact with Accumulo
   
   |  Welcome to JShell -- Version 11.0.16
   |  For an introduction type: /help intro
   
   jshell> 
   ```
   
   **Expected behavior**
   
   The help documents jshell.
   


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] keith-turner commented on issue #3052: jshell is not documented in accumulo command help message.

Posted by GitBox <gi...@apache.org>.
keith-turner commented on issue #3052:
URL: https://github.com/apache/accumulo/issues/3052#issuecomment-1328047677

   > Where should jshell be documented in this list.......under 'Core commands'?
   
   Core commands seems like a good place to place it.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] AlbertWhitlock commented on issue #3052: jshell is not documented in accumulo command help message.

Posted by GitBox <gi...@apache.org>.
AlbertWhitlock commented on issue #3052:
URL: https://github.com/apache/accumulo/issues/3052#issuecomment-1334166425

   PR #3100 addresses this ticket.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] jmark99 closed issue #3052: jshell is not documented in accumulo command help message.

Posted by GitBox <gi...@apache.org>.
jmark99 closed issue #3052: jshell is not documented in accumulo command help message.
URL: https://github.com/apache/accumulo/issues/3052


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] AlbertWhitlock commented on issue #3052: jshell is not documented in accumulo command help message.

Posted by GitBox <gi...@apache.org>.
AlbertWhitlock commented on issue #3052:
URL: https://github.com/apache/accumulo/issues/3052#issuecomment-1327535851

   Where should jshell be documented in this list.......under 'Core commands'?


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] jmark99 commented on issue #3052: jshell is not documented in accumulo command help message.

Posted by GitBox <gi...@apache.org>.
jmark99 commented on issue #3052:
URL: https://github.com/apache/accumulo/issues/3052#issuecomment-1370174773

   Closing issue as this was resolved in  #3100 as mentioned above.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org