Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F37D6108D8 for ; Mon, 22 Jul 2013 18:16:49 +0000 (UTC) Received: (qmail 19424 invoked by uid 500); 22 Jul 2013 18:16:49 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 19399 invoked by uid 500); 22 Jul 2013 18:16:49 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 19385 invoked by uid 99); 22 Jul 2013 18:16:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 18:16:49 +0000 Date: Mon, 22 Jul 2013 18:16:49 +0000 (UTC) From: "Miguel Pereira (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1597) Shell iterator commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 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