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 32BE0E610 for ; Tue, 5 Feb 2013 14:12:50 +0000 (UTC) Received: (qmail 9141 invoked by uid 500); 5 Feb 2013 14:12:50 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 9022 invoked by uid 500); 5 Feb 2013 14:12:46 -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 8989 invoked by uid 99); 5 Feb 2013 14:12:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 14:12:45 +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; Tue, 05 Feb 2013 14:12:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AFD232388847; Tue, 5 Feb 2013 14:12:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1442594 - /accumulo/trunk/test/system/continuous/mapred-setup.sh Date: Tue, 05 Feb 2013 14:12:23 -0000 To: commits@accumulo.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130205141223.AFD232388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ecn Date: Tue Feb 5 14:12:23 2013 New Revision: 1442594 URL: http://svn.apache.org/viewvc?rev=1442594&view=rev Log: ACCUMULO-655 update jar for ContinuousIngestVerify Modified: accumulo/trunk/test/system/continuous/mapred-setup.sh Modified: accumulo/trunk/test/system/continuous/mapred-setup.sh URL: http://svn.apache.org/viewvc/accumulo/trunk/test/system/continuous/mapred-setup.sh?rev=1442594&r1=1442593&r2=1442594&view=diff ============================================================================== --- accumulo/trunk/test/system/continuous/mapred-setup.sh (original) +++ accumulo/trunk/test/system/continuous/mapred-setup.sh Tue Feb 5 14:12:23 2013 @@ -21,10 +21,10 @@ . continuous-env.sh . $ACCUMULO_HOME/conf/accumulo-env.sh -SERVER_CMD='ls -1 $ACCUMULO_HOME/lib/accumulo-server-*[!javadoc\|sources].jar' +SERVER_CMD='ls -1 $ACCUMULO_HOME/lib/accumulo-test-*[!javadoc\|sources].jar' if [ `eval $SERVER_CMD | wc -l` != "1" ] ; then - echo "Not exactly one accumulo-server jar in $ACCUMULO_HOME/lib" + echo "Not exactly one accumulo-test jar in $ACCUMULO_HOME/lib" exit 1 fi