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 07988107C3 for ; Tue, 24 Sep 2013 14:55:32 +0000 (UTC) Received: (qmail 77869 invoked by uid 500); 24 Sep 2013 14:49:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 77071 invoked by uid 500); 24 Sep 2013 14:48:43 -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 76659 invoked by uid 99); 24 Sep 2013 14:48:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 14:48:13 +0000 Date: Tue, 24 Sep 2013 14:48:13 +0000 (UTC) From: "Bill Havanki (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1494) add a "run user jar" command to accumulo start script 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-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Havanki updated ACCUMULO-1494: ----------------------------------- Status: Patch Available (was: Open) Here's my work on this so far. I left the optional mainClass detection in place for now, but am still open to removing it for the sake of simplicity. > add a "run user jar" command to accumulo start script > ----------------------------------------------------- > > Key: ACCUMULO-1494 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1494 > Project: Accumulo > Issue Type: Improvement > Components: start > Reporter: Sean Busbey > Assignee: Bill Havanki > Priority: Minor > Labels: newbie > Attachments: 0001-ACCUMULO-1494-Add-support-for-accumulo-jar-command.patch > > > Rather than suggesting users run a client by adding their client jars to lib/ext (ref: [1.4|http://accumulo.apache.org/1.4/user_manual/Writing_Accumulo_Clients.html], [1.5|http://accumulo.apache.org/1.5/accumulo_user_manual.html#_writing_accumulo_clients]) we should provide an equivalent to the [hadoop jar command|http://hadoop.apache.org/docs/stable/commands_manual.html#jar]. > {noformat} > $ ./bin/accumulo jar --help > usage: jar [mainClass] [args] > Jar - Run Jar with Apache Accumulo > -?,--help display this help > {noformat} > Like the hadoop jar command, if the jar manifest defines a mainClass, it should use it. Otherwise, it should use the command line provided one. -- 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