Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 2629 invoked from network); 10 Feb 2011 18:09:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 18:09:33 -0000 Received: (qmail 81278 invoked by uid 500); 10 Feb 2011 18:09:32 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 80977 invoked by uid 500); 10 Feb 2011 18:09:30 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 80956 invoked by uid 99); 10 Feb 2011 18:09:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 18:09:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jdcryans@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 18:09:21 +0000 Received: by fxm12 with SMTP id 12so1893448fxm.14 for ; Thu, 10 Feb 2011 10:09:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=GYEFu3CcAEbLZPaSpUiO16pa8U6LwUPQkx5OeRCAFSk=; b=EqgcN4S5zATbSJFIe8OV7nffjzPRQfDe0IGe7u08hVW5ApeGY1sIMJHKo5kreGKFkE LB/zmVJcq5O+K39b7lQBQMCJw/07td60c7dmEnKbMpZ04PYIyx2broTZtNhUsACCrbq5 WnBOAuXynm9/f9kchJNbAMagaWlfIYcXMVAZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=V8JuKXQRr4DOHJBq9bDqd9RuHbJDnNPnqi9sVeubFFbJ76hulF5xTeh6f5tmZz7L3b 1gUn+fgV+dS+IEXrIX34gyKTsoR+egbPboyeFbKcQPgGSZS2RWTvJi0OMV/oren/ApMk z5C7wG4kC88+XjVnRkborru1jpGkNlT3Z+iJE= MIME-Version: 1.0 Received: by 10.223.101.206 with SMTP id d14mr3551362fao.134.1297361341525; Thu, 10 Feb 2011 10:09:01 -0800 (PST) Sender: jdcryans@gmail.com Received: by 10.223.1.75 with HTTP; Thu, 10 Feb 2011 10:09:01 -0800 (PST) In-Reply-To: <4D53E6A7.3030604@ugame.net.pl> References: <6C5C1804772DB944BA88A0DC48D338DA0A5DED60@dct-mail.sanjose.telcontar.com> <6C5C1804772DB944BA88A0DC48D338DA0A5DED63@dct-mail.sanjose.telcontar.com> <4D53E6A7.3030604@ugame.net.pl> Date: Thu, 10 Feb 2011 10:09:01 -0800 X-Google-Sender-Auth: uaqP4rF44nXb9kGbhDbe8ZdGY1Y Message-ID: Subject: Re: question about org.apache.hadoop.hbase.util.Merge From: Jean-Daniel Cryans To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I think not, it opens and edits .META. so it would be like having multiple region servers serving it (which is always bad). J-D On Thu, Feb 10, 2011 at 5:22 AM, Sebastian Bauer wrote: > Hi, is anybody knows that "./bin/hbase org.apache.hadoop.hbase.util.Merge " > can run in parallel? > > Thanks, > Sebastian Bauer >