You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Jeffrey Manno (Jira)" <ji...@apache.org> on 2021/02/08 17:21:00 UTC

[jira] [Resolved] (ACCUMULO-1597) Shell iterator commands

     [ https://issues.apache.org/jira/browse/ACCUMULO-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeffrey Manno resolved ACCUMULO-1597.
-------------------------------------
    Resolution: Duplicate

This was duplicated and fixed by https://issues.apache.org/jira/browse/ACCUMULO-2022

> Shell iterator commands
> -----------------------
>
>                 Key: ACCUMULO-1597
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1597
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: shell
>    Affects Versions: 1.5.0
>            Reporter: Miguel Pereira
>            Priority: Minor
>
> When listing table iterators not specifying a scope should default to all scopes.
> hadoop@accumulo-1.5.0 runners> listiter
> 2013-07-22 14:03:04,566 [shell.Shell] ERROR: java.lang.IllegalArgumentException: You must select at least one scope to configure
> Similarly, deleteiter -n <iterator name> should delete the iterator on all scopes
> hadoop@accumulo-1.5.0 runners> listiter -scan -majc -minc -n decStats
> -
> -    Iterator decStats, majc scope options:
> -        iteratorPriority = 11
> -        iteratorClassName = org.apache.accumulo.examples.simple.combiner.StatsCombiner
> -        radix = 10
> -        columns = colf
> -    Iterator decStats, minc scope options:
> -        iteratorPriority = 11
> -        iteratorClassName = org.apache.accumulo.examples.simple.combiner.StatsCombiner
> -        radix = 10
> -        columns = colf
> -    Iterator decStats, scan scope options:
> -        iteratorPriority = 11
> -        iteratorClassName = org.apache.accumulo.examples.simple.combiner.StatsCombiner
> -        radix = 10
> -        columns = colf
> -
> hadoop@accumulo-1.5.0 runners> deleteiter -n decStats
> 2013-07-22 14:13:48,532 [shell.Shell] ERROR: java.lang.IllegalArgumentException: You must select at least one scope to configure



--
This message was sent by Atlassian Jira
(v8.3.4#803005)