You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Billie Rinaldi (Commented) (JIRA)" <ji...@apache.org> on 2012/01/17 23:39:40 UTC

[jira] [Commented] (ACCUMULO-311) Shell could use getIterators

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

Billie Rinaldi commented on ACCUMULO-311:
-----------------------------------------

As I begin to investigate this, it appears it would be significantly easier if tableOperations().listIterators(tableName) returned a Map<String,EnumSet<IteratorScope>> mapping iterator names to scopes.  This is a new method in 1.4 and currently returns a Set<String> of iterator names, which is not very useful if you want to know for which scopes an iterator is configured.  The other iterator methods (attach, remove, get) all include scopes.  I might advocate changing this in 1.4 to make the method more useful and so we don't have to change it later.
                
> Shell could use getIterators
> ----------------------------
>
>                 Key: ACCUMULO-311
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-311
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client
>            Reporter: John Vines
>            Assignee: Billie Rinaldi
>             Fix For: 1.5.0
>
>
> We have methods in the shell for conveniently setting and deleting iterators, but no convenience methods for getting a list of iterators. We should provide one in the shell.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira