[ 
https://issues.apache.org/jira/browse/ACCUMULO-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Tubbs updated ACCUMULO-1348:
----------------------------------------

    Status: Open  (was: Patch Available)

Problems with patch:
# needs consistent (unix) newlines
# should be a patch for the top of the branch to patch
# the test resource file needs a license file exception for the rat plugin in 
the core/pom.xml
# patch doesn't specify the branch to which it should be applied

Also, if fix is intended prior to 1.6 (trunk), provide patch against earliest 
branch to fix, and I'll merge it forward to the newer branches.
                
> Accumulo Shell does not respect 'exit' when executing file
> ----------------------------------------------------------
>
>                 Key: ACCUMULO-1348
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1348
>             Project: Accumulo
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 1.4.2
>            Reporter: Mike Drob
>            Assignee: Christopher Tubbs
>             Fix For: 1.6.0
>
>         Attachments: ACCUMULO-1348.v1.patch
>
>
> If there is an {{exit}} statement in the file given via {{accumulo shell -f 
> file}}, the execution seems to skip it and go on to the next command instead 
> of terminating.
> To recreate:
> {noformat}
> [mike@home ~] cat bug.accumulo
> exit
> scan -np -t !METADATA
> [mike@home ~] bin/accumulo shell -f /home/mike/bug.accumulo
> {noformat}
> Expected output: None
> Actual output: A full scan of the !METADATA

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to