Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 28514 invoked from network); 24 Jul 2009 03:48:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jul 2009 03:48:13 -0000 Received: (qmail 69882 invoked by uid 500); 24 Jul 2009 03:49:15 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 69792 invoked by uid 500); 24 Jul 2009 03:49:15 -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 69777 invoked by uid 99); 24 Jul 2009 03:49:15 -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 03:49:15 +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.220.205 as permitted sender) Received: from [209.85.220.205] (HELO mail-fx0-f205.google.com) (209.85.220.205) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 03:49:07 +0000 Received: by fxm1 with SMTP id 1so1241035fxm.29 for ; Thu, 23 Jul 2009 20:48:45 -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; bh=4Q6VdNwr+2dK5+wVBG50M4fdzhFVj+w56Zr1CGN8WNk=; b=vunBnpawpmxr38te0lZA9QMRysGI8YmvWHEjwGvQwefc2ZrQ5P6cdcolF/coUG7J+P Z1QUzqDg3Y7dvGAyLQ2sAhTjxE2iw1QThm96qzDSvZSVXgXuChlcfQ7rzZMlN6wdd94q K+5WIKqVN7MjSxPD3x/iocX14TFd8S/mWHP3c= 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; b=C3Y0HhhWOFXJqsA72Zy9yHjFBwg0M52QCVwWOqDz4DEcae5mdrC+yrroKxnAA7Kyml r+4vW6rhpzvesoeTU0JoLCOvH9mP/u5mzcXgNxzpDdXDpJtriIk1CSw8lhNwrNPk6OOy k5SJpFvSifIA7sRVtXN7jTGYJq1oQonV1glsY= MIME-Version: 1.0 Received: by 10.239.154.3 with SMTP id b3mr318141hbc.114.1248407325813; Thu, 23 Jul 2009 20:48:45 -0700 (PDT) In-Reply-To: <616DA47B2EF5B944B91846785B512FF4AABFBCAC68@EGL-EX07VS01.ds.corp.yahoo.com> References: <616DA47B2EF5B944B91846785B512FF4AABFBCAC68@EGL-EX07VS01.ds.corp.yahoo.com> Date: Thu, 23 Jul 2009 22:48:45 -0500 Message-ID: Subject: Re: Output of a Reducer as a zip file? From: Mark Kerzner To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f3c1f830aaa9046f6b7bf7 X-Virus-Checked: Checked by ClamAV on apache.org --001485f3c1f830aaa9046f6b7bf7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thank you, MultipleOutputFormat is sufficient. Mark On Thu, Jul 23, 2009 at 12:24 AM, Amogh Vasekar wrote: > Does MultipleOutputFormat suffice? > > Cheers! > Amogh > > -----Original Message----- > From: Mark Kerzner [mailto:markkerzner@gmail.com] > Sent: Thursday, July 23, 2009 6:24 AM > To: core-user@hadoop.apache.org > Subject: Output of a Reducer as a zip file? > > Hi, > my output consists of a number of binary files, corresponding text files, > and one descriptor file. Is there a way to for my reducer to produce a zip > of all binary files, another zip of all text ones, and a separate text > descriptor? If not, how close to this can I get? For example, I could code > the binary and the text into one text line of an output file, but then I > would need some additional processing. > > Thank you, > Mark > --001485f3c1f830aaa9046f6b7bf7--