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

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

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

        

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

Posted by "Billie Rinaldi (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-311.
-------------------------------------

    Resolution: Fixed
    
> 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

        

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

Posted by "Billie Rinaldi (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Eric Newton (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13188190#comment-13188190 ] 

Eric Newton commented on ACCUMULO-311:
--------------------------------------

+1 for changing it
                
> 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