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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to