Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 624 invoked from network); 11 Jul 2009 17:09:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jul 2009 17:09:32 -0000 Received: (qmail 99222 invoked by uid 500); 11 Jul 2009 17:09:39 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 99148 invoked by uid 500); 11 Jul 2009 17:09:38 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 99138 invoked by uid 99); 11 Jul 2009 17:09:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jul 2009 17:09:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ning.li.00@gmail.com designates 209.85.212.188 as permitted sender) Received: from [209.85.212.188] (HELO mail-vw0-f188.google.com) (209.85.212.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jul 2009 17:09:29 +0000 Received: by vwj26 with SMTP id 26so197727vwj.5 for ; Sat, 11 Jul 2009 10:09:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=YCThQK+37YHWgIu9JiTBz2WYpKPVmRSxNgCZsa6qKts=; b=k4JWrvIXcNFLWEMrEnL3EwyZk+WZThiEPPj4BYNQGzSNRw2gPDe9S75HsuXqnDoMmI 9bXjl0bv4ARRq/gQt/yefUbhGJPYsIqM3OZpk+2W3yOqUUt+pZcFpOjC1tlIlOjr7V4L y4wspqmNVHZr1OBy6wszpR0yuXNZ+4dO05wQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XQluJvMbtyNii5uyeRmDlaBGIUhufeYIA75uAj+jRazWD8XmfS1rEZuiui8lKKz36D VuSHHFjaFUr/lAtikNgMHQ7Dsm5mLZU78jzF3ZkcqYVwN7PaZMALJ498OSaZvtA1nexP zYqtIhIeeQavDj91nyHNnpFY6d3FhNxtcscY8= MIME-Version: 1.0 Received: by 10.220.73.5 with SMTP id o5mr4599071vcj.112.1247332148445; Sat, 11 Jul 2009 10:09:08 -0700 (PDT) In-Reply-To: References: Date: Sat, 11 Jul 2009 10:09:08 -0700 Message-ID: Subject: Re: Lucene index creation using Hadoop From: Ning Li To: common-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org HADOOP-5491 should solve your memory problem with the index contrib. You can check out Katta if you also want shard management. Cheers, Ning