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 C68C21172A for ; Fri, 10 May 2013 17:11:17 +0000 (UTC) Received: (qmail 98377 invoked by uid 500); 10 May 2013 17:11:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 98346 invoked by uid 500); 10 May 2013 17:11:17 -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 98285 invoked by uid 99); 10 May 2013 17:11:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 17:11:17 +0000 Date: Fri, 10 May 2013 17:11:17 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1403) setiter fails when given a sortedkeyvalueiterator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13654614#comment-13654614 ] Billie Rinaldi commented on ACCUMULO-1403: ------------------------------------------ It's 3 commands (one per scope), e.g. table.iterator.scan.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator. But I like the idea of prompting for option keys/values. Then you'll just get an error if you get the option names wrong, which is only slightly more error-prone than the OptionDescriber case. We could probably make the warning less dire in that case. > setiter fails when given a sortedkeyvalueiterator > ------------------------------------------------- > > Key: ACCUMULO-1403 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1403 > Project: Accumulo > Issue Type: Bug > Reporter: Mike Drob > Fix For: 1.6.0 > > > When providing a class that implements SortedKeyValueIterator, but not OptionDescriber, to setiter, the command fails. > For example, the following command fails: > {noformat} > setiter -class org.apache.accumulo.core.iterators.ColumnFamilyCounter -p 1 > {noformat} > More reasonable behaviour might be to set the iterator without needing the user to input extra options. -- 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