Miguel Pereira created ACCUMULO-1597:
----------------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to