Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE946E8E9 for ; Sun, 10 Feb 2013 01:45:58 +0000 (UTC) Received: (qmail 35343 invoked by uid 500); 10 Feb 2013 01:45:58 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 35275 invoked by uid 500); 10 Feb 2013 01:45:58 -0000 Mailing-List: contact dev-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 dev@accumulo.apache.org Received: (qmail 35266 invoked by uid 99); 10 Feb 2013 01:45:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2013 01:45:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of klucar@gmail.com designates 209.85.214.177 as permitted sender) Received: from [209.85.214.177] (HELO mail-ob0-f177.google.com) (209.85.214.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2013 01:45:50 +0000 Received: by mail-ob0-f177.google.com with SMTP id wc18so5004116obb.8 for ; Sat, 09 Feb 2013 17:45:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=hkMHcNe9zv1i9zWI4GRrjO2lDrsIH2GGs0gSL0Y879I=; b=02EngzxSjp5K8nMfjxV+nSNF9B2GIRvPyoBL/imZotD/PP9vGky3HdNnGv65z/9k2E T+janSHjow3jUn7uSRftfeWy/3KgGOngacIhSl2A+cwfE74Pl6Vdp8/sPXiMzrOg2Jub UpS4RiEVyjN8UpN1mqFZnwZEDYtIuAWqlDwbp7szpe95PvDP3ae8Q4JhAvX4xa5xysEc DHImV6nT1fwBIeVCvoVe3AOLIq19AwGV2uO7NFCyVtj1D6ryXt9BbqYtm87AvfHryTuz R4IJXuOufeHwwaX51+ozv0MU5Hr/CoXswKIWXdpnwwtXdaO8GmPynczcl4ltnckTu9tf 9cQA== MIME-Version: 1.0 X-Received: by 10.60.8.199 with SMTP id t7mr7364637oea.26.1360460729867; Sat, 09 Feb 2013 17:45:29 -0800 (PST) Received: by 10.76.12.67 with HTTP; Sat, 9 Feb 2013 17:45:29 -0800 (PST) In-Reply-To: References: Date: Sat, 9 Feb 2013 20:45:29 -0500 Message-ID: Subject: Re: MapReduceExample When Executed Displays Usage And Error Message From: Jim Klucar To: "dev@accumulo.apache.org" Content-Type: multipart/alternative; boundary=e89a8ff1ce4688dcb004d554f209 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff1ce4688dcb004d554f209 Content-Type: text/plain; charset=ISO-8859-1 I wonder if it is just because you're starting and stopping so quickly. I know the Tserver processes take a second to come up, perhaps put a sleep in for a few seconds and see if that works. On Sat, Feb 9, 2013 at 8:40 PM, David Medinets wrote: > https://issues.apache.org/jira/browse/ACCUMULO-1058 > > On Sat, Feb 9, 2013 at 8:04 PM, Christopher wrote: > > Should probably have documentation and a working example prior to 1.5.0. > Is there already a ticket for it? > --e89a8ff1ce4688dcb004d554f209--