You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Miguel Pereira (JIRA)" <ji...@apache.org> on 2013/07/22 20:16:49 UTC

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

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.

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 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