Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 64055 invoked from network); 11 Jan 2009 13:51:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2009 13:51:26 -0000 Received: (qmail 8217 invoked by uid 500); 11 Jan 2009 13:51:20 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 8164 invoked by uid 500); 11 Jan 2009 13:51:20 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 8153 invoked by uid 99); 11 Jan 2009 13:51:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2009 05:51:20 -0800 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2009 13:51:13 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LM0iI-0005ty-KH for core-user@hadoop.apache.org; Sun, 11 Jan 2009 05:50:50 -0800 Message-ID: <21399361.post@talk.nabble.com> Date: Sun, 11 Jan 2009 05:50:50 -0800 (PST) From: tienduc_dinh To: core-user@hadoop.apache.org Subject: General questions about Map-Reduce MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tienduc_dinh@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org hi, I have some questions about Map-Reduce that I'm not sure, hope that you guys can help me. - Does Map-Reduce support parallel writing/reading ? I think not because I don't find anything like that in the source code. And why the data of a input file are distributed on many data-nodes but the parallel concept isn't used. - What happens after the Map-Reduce operation ? I got the first example on http://hadoop.apache.org/core/docs/current/mapred_tutorial.html#Example%3A+WordCount+v1.0 So after the Map-Reduce operation we got < Bye, 1> < Goodbye, 1> < Hadoop, 2> < Hello, 2> < World, 2> But how can I know that the input file will be written/read correctly on the file system ? Any help will be appreciated, thanks. Tien Duc Dinh -- View this message in context: http://www.nabble.com/General-questions-about-Map-Reduce-tp21399361p21399361.html Sent from the Hadoop core-user mailing list archive at Nabble.com.