Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 36836 invoked from network); 3 May 2007 18:18:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 18:18:48 -0000 Received: (qmail 27113 invoked by uid 500); 3 May 2007 18:18:54 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 27022 invoked by uid 500); 3 May 2007 18:18:54 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 27013 invoked by uid 99); 3 May 2007 18:18:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 11:18:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 11:18:47 -0700 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 08C305A24F for ; Thu, 3 May 2007 18:18:27 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hadoop-commits@lucene.apache.org Date: Thu, 03 May 2007 18:18:26 -0000 Message-ID: <20070503181826.8242.6373@eos.apache.org> Subject: [Lucene-hadoop Wiki] Update of "FAQ" by Arun C Murthy X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification. The following page has been changed by Arun C Murthy: http://wiki.apache.org/lucene-hadoop/FAQ ------------------------------------------------------------------------------ == 3. How well does Hadoop scale? == - Hadoop has been demonstrated on clusters of up to 902 nodes. Sort performance is [http://www.mail-archive.com/hadoop-dev%40lucene.apache.org/msg01777.html good] and still improving. + Hadoop has been demonstrated on clusters of up to 902 nodes. Sort performance is [https://issues.apache.org/jira/secure/attachment/12356727/post-H-1270.png good] (sort500 i.e. 5TB of data on 500 nodes takes around 2 1/2 hours) and still improving. == 4. Do I have to write my application in Java? ==