Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 AAE2F4AA9 for ; Tue, 5 Jul 2011 15:09:51 +0000 (UTC) Received: (qmail 12479 invoked by uid 500); 5 Jul 2011 15:09:48 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 12341 invoked by uid 500); 5 Jul 2011 15:09:48 -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 12332 invoked by uid 99); 5 Jul 2011 15:09:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 15:09:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of static.void.dev@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 15:09:38 +0000 Received: by iwi5 with SMTP id 5so8144654iwi.35 for ; Tue, 05 Jul 2011 08:09:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=cdAJ6fF7fdwdid7OirroIpKauezWzt1cyxpsCtxhgZs=; b=s3PHE8XybTBwvmvoe0xKkGOnb7BhMzrCPVVK59dnnqZGLTt+4juqNVFNVIubhjwSxU tjRmz3bKfQhpk7/k+ZpviEXcs9SVdHnPYXDMwXSneFRabDhbBNTNhrcp9SpfwdMN/rTK qjpqRVB8QXgztbxffn+LgOSoB5mst0cMz3/6Y= Received: by 10.231.112.224 with SMTP id x32mr6470877ibp.196.1309878558069; Tue, 05 Jul 2011 08:09:18 -0700 (PDT) Received: from Roberts-MacBook-Pro.local (c-76-103-169-217.hsd1.ca.comcast.net [76.103.169.217]) by mx.google.com with ESMTPS id p15sm4287861ibh.46.2011.07.05.08.09.16 (version=SSLv3 cipher=OTHER); Tue, 05 Jul 2011 08:09:17 -0700 (PDT) Message-ID: <4E13291C.10805@gmail.com> Date: Tue, 05 Jul 2011 08:09:16 -0700 From: Mark User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: "" Subject: Writing out a single file Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Is there anyway I can write out the results of my mapreduce job into 1 local file... ie the opposite of getmerge? Thanks