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 CD86AD349 for ; Tue, 5 Mar 2013 03:31:21 +0000 (UTC) Received: (qmail 19512 invoked by uid 500); 5 Mar 2013 03:31:20 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 19366 invoked by uid 500); 5 Mar 2013 03:31:20 -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 19078 invoked by uid 99); 5 Mar 2013 03:31:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 03:31:18 +0000 Date: Tue, 5 Mar 2013 03:31:18 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-745) Use a CLI library consistently to parse parameters in all utilities. 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-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593018#comment-13593018 ] Hudson commented on ACCUMULO-745: --------------------------------- Integrated in Accumulo-Trunk-Hadoop-2.0 #116 (See [https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/116/]) ACCUMULO-745 throw a meaning exception if the user runs a command that requires a user/passwd (Revision 1452503) ACCUMULO-745 fix Test/Verify ingest to work on wider rows (Revision 1452493) ACCUMULO-745 bring oldest test up-to-date with CLI (Revision 1452490) Result = FAILURE ecn : Files : * /accumulo/trunk * /accumulo/trunk/assemble * /accumulo/trunk/core * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java * /accumulo/trunk/examples * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java * /accumulo/trunk/server * /accumulo/trunk/src ecn : Files : * /accumulo/trunk * /accumulo/trunk/assemble * /accumulo/trunk/core * /accumulo/trunk/examples * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java * /accumulo/trunk/server * /accumulo/trunk/src * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/TestIngest.java * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/VerifyIngest.java ecn : Files : * /accumulo/trunk * /accumulo/trunk/assemble * /accumulo/trunk/core * /accumulo/trunk/examples * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java * /accumulo/trunk/server * /accumulo/trunk/src * /accumulo/trunk/test/system/test1/README * /accumulo/trunk/test/system/test1/ingest_test.sh * /accumulo/trunk/test/system/test1/ingest_test_2.sh * /accumulo/trunk/test/system/test1/ingest_test_3.sh * /accumulo/trunk/test/system/test1/verify_test.sh * /accumulo/trunk/test/system/test1/verify_test_2.sh * /accumulo/trunk/test/system/test2/README * /accumulo/trunk/test/system/test2/concurrent.sh * /accumulo/trunk/test/system/test3/bigrow.sh * /accumulo/trunk/test/system/test4/README * /accumulo/trunk/test/system/test4/bulk_import_test.sh > Use a CLI library consistently to parse parameters in all utilities. > -------------------------------------------------------------------- > > Key: ACCUMULO-745 > URL: https://issues.apache.org/jira/browse/ACCUMULO-745 > Project: Accumulo > Issue Type: Improvement > Components: client > Affects Versions: 1.4.1 > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Trivial > Labels: newbie > Fix For: 1.5.0 > > > In a few utilities, the command-line parsing is pretty lazy. There's no usage, just an NPE if you don't provide all the magic options on the command-line. In particular, Initialize doesn't use an off-the-shelf library for command-line parsing, and it really should. > See ACCUMULO-744. > In addition, many command-line utilities can and should be able to read accumulo-site.xml, and do not need to provide username/password/instance/zookeeper information by default. -- 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