Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6F8E9123 for ; Sat, 21 Apr 2012 10:09:21 +0000 (UTC) Received: (qmail 88769 invoked by uid 500); 21 Apr 2012 10:09:21 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 88417 invoked by uid 500); 21 Apr 2012 10:09:14 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 88366 invoked by uid 99); 21 Apr 2012 10:09:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2012 10:09:12 +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 (athena.apache.org: domain of betteridge@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2012 10:09:07 +0000 Received: by obbeh20 with SMTP id eh20so10209004obb.0 for ; Sat, 21 Apr 2012 03:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=KYLiox+CZu3dhKoXISA4QrLfxsJrJDpaysZtnYjZIaY=; b=DULy+pwVHHGM2W5SvNLCwOIt1h72ZCX7aBQ3cz41tStCE+zUF1gc2dSHKzFddYccGW C2wgz/RS+pKqbkuqnTH7SjpRT9PqKtD6Ea1GtNyJoJIoLaryYH/uU2ld8/JE5UwWuEe3 rEpzW2r+O9fFtPFAGDx392dzO2x+eKJeRI5Z329OynxJsJfZCJwKlorEHJo0c0LbrHu9 rq0X3FkgclUICGaiFiuz1WiUSxzNQm4TjZKhc9pZCFyuiVixtRaWlbKwfFUyZalswVU3 oXWZ+6sJpRwiDCUqsYojvQU1xd/zEPrD550v16gcRCtxEyOAfd6JYzV1U/SRyf+S+gGN YfpA== MIME-Version: 1.0 Received: by 10.182.12.6 with SMTP id u6mr13597638obb.12.1335002926286; Sat, 21 Apr 2012 03:08:46 -0700 (PDT) Sender: betteridge@gmail.com Received: by 10.182.190.15 with HTTP; Sat, 21 Apr 2012 03:08:46 -0700 (PDT) In-Reply-To: References: <1408983286.411379.1334966125632.JavaMail.root@linzimmb04o.imo.intelink.gov> Date: Sat, 21 Apr 2012 06:08:46 -0400 X-Google-Sender-Auth: dZN9QClTY0Vse-st-HA9AZ8Vkew Message-ID: Subject: Re: multiple splits with AccumuloInputFormat From: Justin Betteridge To: user@accumulo.apache.org Content-Type: multipart/alternative; boundary=f46d0444edd332058204be2d9701 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444edd332058204be2d9701 Content-Type: text/plain; charset=ISO-8859-1 Worked perfectly. Thank you! Justin On Fri, Apr 20, 2012 at 10:02 PM, John Vines wrote: > If you supply multiple Ranges and call > AccumuloInputFormat.disableAutoAdjustRanges(), each Range will get it's own > mapper. > > John > > > On Fri, Apr 20, 2012 at 7:55 PM, Justin Betteridge wrote: > >> Hi, >> >> The documentation shows how to restrict the rows used as input for a >> MapReduce job using AccumuloInputFormat and a set of Ranges. But then all >> of the specified records get sent to only 1 map task (the total amount of >> data for my job is relatively small, but takes a long time to process). Is >> there some way to tell AccumuloInputFormat to send each Range to a separate >> map task? >> >> Thanks, >> Justin >> >> > --f46d0444edd332058204be2d9701 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Worked perfectly. =A0Thank you!

Justin

On Fri, Apr 20, 2012 at 10:02 PM, John Vines <joh= n.w.vines@ugov.gov> wrote:
If you supply multiple Ranges and call Accum= uloInputFormat.disableAutoAdjustRanges(), each Range will get it's own = mapper.

John


On Fri, Apr 20, 2012 at 7:55 PM, Justin Betteridge <betteridge@gmail.com> wrote:
Hi,

The documentation shows how to restrict the rows used as input for a = MapReduce job using AccumuloInputFormat and a set of Ranges. =A0But then al= l of the specified records get sent to only 1 map task (the total amount of= data for my job is relatively small, but takes a long time to process). = =A0Is there some way to tell AccumuloInputFormat to send each Range to a se= parate map task? =A0

Thanks,
Justin



--f46d0444edd332058204be2d9701--