Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C82097E8 for ; Thu, 3 Jan 2013 18:53:52 +0000 (UTC) Received: (qmail 4602 invoked by uid 500); 3 Jan 2013 18:53:52 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 4575 invoked by uid 500); 3 Jan 2013 18:53:52 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 4568 invoked by uid 99); 3 Jan 2013 18:53:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 18:53:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 18:53:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D2BC323889F7; Thu, 3 Jan 2013 18:53:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1428548 - /accumulo/trunk/bin/accumulo Date: Thu, 03 Jan 2013 18:53:29 -0000 To: commits@accumulo.apache.org From: vines@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130103185329.D2BC323889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vines Date: Thu Jan 3 18:53:29 2013 New Revision: 1428548 URL: http://svn.apache.org/viewvc?rev=1428548&view=rev Log: ACCUMULO-926 - I didn't need to mess with the script, it turns out Modified: accumulo/trunk/bin/accumulo Modified: accumulo/trunk/bin/accumulo URL: http://svn.apache.org/viewvc/accumulo/trunk/bin/accumulo?rev=1428548&r1=1428547&r2=1428548&view=diff ============================================================================== --- accumulo/trunk/bin/accumulo (original) +++ accumulo/trunk/bin/accumulo Thu Jan 3 18:53:29 2013 @@ -51,7 +51,7 @@ bin=`cd "$bin"; pwd` START_JAR=$ACCUMULO_HOME/lib/accumulo-start-$ACCUMULO_VERSION.jar COMMONS_JCI_JARS=$ACCUMULO_HOME/lib/commons-jci-core-1.0.jar:$ACCUMULO_HOME/lib/commons-jci-fam-1.0.jar:$ACCUMULO_HOME/lib/log4j-1.2.16.jar:$ACCUMULO_HOME/lib/commons-logging-1.0.4.jar:$ACCUMULO_HOME/lib/commons-logging-api-1.0.4.jar START_CLASSES_DIR=$ACCUMULO_HOME/src/start/target/classes -COMMONS_VFS_JARS=$ACCUMULO_HOME/lib/commons-vfs2-2.0.jar:$ACCUMULO_HOME/conf/log4j.properties +COMMONS_VFS_JARS=$ACCUMULO_HOME/lib/commons-vfs2-2.0.jar HADOOP_CLASSPATH=`$HADOOP_HOME/bin/hadoop classpath` locationByProgram()