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

Keith Turner commented on ACCUMULO-1346:
----------------------------------------

The deleteRows table operation could be made to support an inclusive start row. 
 It would be a much more involved change.

Inorder to avoid polluting the API, maybe we should not add a deleteRow() table 
operation.  Just  have the shell command call compact() with SingleRowFilter 
iterator directly when -r is specified. 
                
> 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