[
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.
> [email protected] 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
> [email protected] 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
> -
> [email protected] 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)