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 BD2B2E522 for ; Mon, 31 Dec 2012 18:37:42 +0000 (UTC) Received: (qmail 50930 invoked by uid 500); 31 Dec 2012 18:37:42 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 50894 invoked by uid 500); 31 Dec 2012 18:37:42 -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 50885 invoked by uid 99); 31 Dec 2012 18:37:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2012 18:37:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.medinets@gmail.com designates 209.85.220.181 as permitted sender) Received: from [209.85.220.181] (HELO mail-vc0-f181.google.com) (209.85.220.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2012 18:37:34 +0000 Received: by mail-vc0-f181.google.com with SMTP id gb30so13140737vcb.12 for ; Mon, 31 Dec 2012 10:37:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=eWHepWTcaP64iEcw6uyXx//YqUqmj9FhtIk4W4H55Jw=; b=D0WtpRgIsz0Ik+7gn07fSSxQ8hI9e/SBEZuIoDMHsQLTPNs2NLpp0ZLocLAf9YKhmR BV9H6eD+k96fesOe0wyCiUMXQcI5a3/U/cuHfFc5X1ZrOLQq9cukmj8zO/Kqgkor6hOv yrOOFPDyqBXCTGg7PntyvscJcbThtPkQ0mtVxEI9LrU2koQS6BS6V+F8KdhrBaU1WIpd 5d1HudkpwtyKMw82RcCZdVamhCDbuu2iFtx69twNyGt5VYZsJ98Dw9ZNIuPkeSMdCoEf jlfvqA9i4/IEk+DBw9ggzF1eh7blBd4QAyy3PfE4+JijLmQhgU+gOBIEKVHNad1hURua Qk6Q== MIME-Version: 1.0 Received: by 10.58.55.198 with SMTP id u6mr67117092vep.35.1356979034097; Mon, 31 Dec 2012 10:37:14 -0800 (PST) Received: by 10.52.23.106 with HTTP; Mon, 31 Dec 2012 10:37:14 -0800 (PST) In-Reply-To: References: Date: Mon, 31 Dec 2012 13:37:14 -0500 Message-ID: Subject: Re: Can I pre-create tablets? From: David Medinets To: user@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org My mistake... The command I used was "addsplits 1,2,3,4,5,6, etc..." and, of course, I should have used a space between split values. Accumulo is working fine. This was a user error. On Mon, Dec 31, 2012 at 1:24 PM, Eric Newton wrote: > I'm confused. > > >> I created a table with 100 splits. > > OK >> >> However, at the >> start of the job, there was just one tablet. > > ? >> >> Is there a way to pre-create the tablets so >> I can have 100 tablets accepting entries from the start of the >> map-reduce job? > > > So, you created a table with splits, then you didn't have have multiple > tablets? > > Did you read from a split tablet and output to a new table? > > Or are all your tablets sitting on one tablet server? > > The current load balancer isn't terribly aggressive about moving new splits > off to other servers. > > One way to work around this problem is to create the table, with splits, > offline the table and bring it online again. That will spread them around > pretty fast. > > -Eric >