Eric Newton created ACCUMULO-1805:
-------------------------------------
Summary: Accumulo "execute command" oddity
Key: ACCUMULO-1805
URL: https://issues.apache.org/jira/browse/ACCUMULO-1805
Project: Accumulo
Issue Type: Bug
Components: shell
Affects Versions: 1.5.0
Reporter: Eric Newton
Roshan Punnoose writes:
{quote}
Running Accumulo 1.5, I noticed that the "--execute-command" option does not
work for any command with spaces.
This command works fine:
accumulo shell -u root -e "tables"
But this command fails:
accumulo shell -u root -e "tables -l"
With: [shell.Shell] ERROR: org.apache.commons.cli.MissingArgumentException:
Missing argument for option: l
Looks like JCommander cannot parse the string? Should I use something other
than double quotes?
{quote}
--
This message was sent by Atlassian JIRA
(v6.1#6144)