[ 
https://issues.apache.org/jira/browse/ACCUMULO-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13652521#comment-13652521
 ] 

Drew Farris commented on ACCUMULO-1346:
---------------------------------------

Bummer.

{noformat}
root@test foo> deleterows -b dddd -e dddd
2013-05-08 19:40:15,195 [shell.Shell] ERROR: 
org.apache.accumulo.core.client.AccumuloException: start row must be less than 
end row
{noformat}

So much for simply mapping {{-r dddd}} to be effectively {{-b dddd -e dddd}}

Regardless of the approach, looks like the current best approach would be to 
take advantage of OptUtil in trunk and 1.5
                
> deleterows should take a -r option
> ----------------------------------
>
>                 Key: ACCUMULO-1346
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1346
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: shell
>    Affects Versions: 1.4.2
>            Reporter: Mike Drob
>            Assignee: Drew Farris
>            Priority: Minor
>              Labels: hackathon, hackation-5-2013, newbie
>
> deleterows only allows an exclusive begin row and an inclusive end row. This 
> is difficult to use for deleting a single (large) row. It would be nice if a 
> user could specify -r, similar to scan.

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