Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 3933 invoked from network); 24 Jul 2009 20:34:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jul 2009 20:34:58 -0000 Received: (qmail 38674 invoked by uid 500); 24 Jul 2009 20:36:01 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 38596 invoked by uid 500); 24 Jul 2009 20:36:00 -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 38586 invoked by uid 500); 24 Jul 2009 20:36:00 -0000 Delivered-To: apmail-hadoop-core-user@hadoop.apache.org Received: (qmail 38583 invoked by uid 99); 24 Jul 2009 20:36:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 20:36:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markkerzner@gmail.com designates 209.85.218.221 as permitted sender) Received: from [209.85.218.221] (HELO mail-bw0-f221.google.com) (209.85.218.221) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 20:35:53 +0000 Received: by bwz21 with SMTP id 21so1672607bwz.29 for ; Fri, 24 Jul 2009 13:35:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=62o4pcbMUuyXa4ZD9NVrVu6/SBakfUbjMduRXcWT238=; b=bORXzx4JtivE9maNIt6o25nsz69BEZDdykShq8S03D7gdefcgXj6w02VSt8n6le/x2 cNpL9kiRi2Rurz8pBVB+isvRaHfCHgeAXBJUxThkNbfSKebp1bCXxF/bdOHfnV2fSPBK /tIZqD7xz3syq7chN4wEohEu1Sf7aeDChyoDo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Al7gs7Mh1VkUC1sdcAcTtQLmucij05qhKOOEZWw9/9F6FFMq6FcTdwhGiA4ojXhlqR w1f9AKhsaJ2+FRgrmSk3Ip5vxg7scBcoDGvt457ATAqx8FUpZoCElpKxJRhLUjXdbdty 9kb9S0HjlOiy3slyN9FUulwt+4nhf7qyVgg7o= MIME-Version: 1.0 Received: by 10.239.162.194 with SMTP id m2mr376904hbd.113.1248467731223; Fri, 24 Jul 2009 13:35:31 -0700 (PDT) Date: Fri, 24 Jul 2009 15:35:31 -0500 Message-ID: Subject: Breaking up maps into separate files? From: Mark Kerzner To: core-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f07ab4a216d8046f798bfe X-Virus-Checked: Checked by ClamAV on apache.org --001485f07ab4a216d8046f798bfe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, in the Reducer, I take each map and break its value into three pieces: binary piece, text piece, and a descriptor. I want to collect the binary pieces all in one output zip file, the text pieces in another output zip file, and the descriptors in an output text file. How do I use MultipleTextOutputFormat to accomplish this? Thank you, Mark --001485f07ab4a216d8046f798bfe--