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/08/10 17:00:02 UTC

[GitHub] [accumulo] jmark99 opened a new issue, #2869: ImportTable shell command does not accept multiple import directories

jmark99 opened a new issue, #2869:
URL: https://github.com/apache/accumulo/issues/2869

   The importtable command within the Accumulo shell has the following usage line:
   
   <code>usage: importtable \<table name> \<import dir>{ \<import dir>} [-?]</code>
   
   but, the command allows at most one `import dir` to be supplied. If more that one is given the following error is triggered:
   
   <code>java.lang.IllegalArgumentException: Expected 2 arguments. There were 3.</code>
   
   The `importtable` command should accept a table name and then one or more import directories.
   
   The software is correctly written to accept multiple `import dir` arguments, but the shell command incorrectly enforces a limit of 2 arguments. Correcting this argument limit in the shell should resolve the issue.
   


-- 
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] milleruntime closed issue #2869: ImportTable shell command does not accept multiple import directories

Posted by GitBox <gi...@apache.org>.
milleruntime closed issue #2869: ImportTable shell command does not accept multiple import directories
URL: https://github.com/apache/accumulo/issues/2869


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