You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/04 23:32:51 UTC

[jira] [Commented] (ACCUMULO-1403) setiter fails when given a sortedkeyvalueiterator

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

ASF subversion and git services commented on ACCUMULO-1403:
-----------------------------------------------------------

Commit 68b60234f60a61e9197fbea91381fb1e26937123 in branch refs/heads/1.6.0-SNAPSHOT from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=68b6023 ]

ACCUMULO-1403 Allow setiter to operate on SortedKeyValueIterator instead of only OptionDescriber

Prompt the user to enter the necessary information when the provided class
does not implement OptionDescriber, with a soft recommendation to implement
OptionDescriber. Does not change the functionality of setiter on OptionDescriber
implementing classes.


> setiter fails when given a sortedkeyvalueiterator
> -------------------------------------------------
>
>                 Key: ACCUMULO-1403
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1403
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Mike Drob
>            Assignee: Josh Elser
>             Fix For: 1.6.0
>
>
> When providing a class that implements SortedKeyValueIterator, but not OptionDescriber, to setiter, the command fails. 
> For example, the following command fails:
> {noformat}
> setiter -class org.apache.accumulo.core.iterators.ColumnFamilyCounter -p 1
> {noformat}
> More reasonable behaviour might be to set the iterator without needing the user to input extra options. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)