Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6DDADC57 for ; Fri, 5 Oct 2012 08:59:46 +0000 (UTC) Received: (qmail 86895 invoked by uid 500); 5 Oct 2012 08:59:45 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 86769 invoked by uid 500); 5 Oct 2012 08:59:41 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 86755 invoked by uid 99); 5 Oct 2012 08:59:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 08:59:41 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kasisubbu440@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pb0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 08:59:33 +0000 Received: by mail-pb0-f48.google.com with SMTP id wy7so1958647pbc.35 for ; Fri, 05 Oct 2012 01:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Tjm5REo+sOLiTt+hRrBPtysAZbvfQfG6jXCj6IzU69g=; b=mlf5fkWpPTgRuLOTLf0E1YtuYr2bN9AdjwSuvoXK5aYabrRwBqURmFwBhwQaLAOb8d RbExuFJi6YqHknqUyEeWmKJpSOEoKmA8ugIthipVRjzjQkVFkXuphy7MWVIxmxC3CIOf qWw9NtyOm6ZfNG/yMKu+JkU0SOuRTdgvXFzktfUevlGjcQjs2GxrpElpl5MsOHXlVPS4 nIoVC54yp2hioJ8EI4nTQsRMwx/fBKATXsIKEO5FaL4YyQUJZ4WnXH6ZOGzO+CtA02sS d+1nu2hbZZSiUyX9px76MQyf5PBxzYiMTtVMydqZqYhGhn1lEloyScOAAdS02JBN0faK bhlA== MIME-Version: 1.0 Received: by 10.68.229.194 with SMTP id ss2mr29264364pbc.17.1349427552243; Fri, 05 Oct 2012 01:59:12 -0700 (PDT) Received: by 10.68.48.194 with HTTP; Fri, 5 Oct 2012 01:59:12 -0700 (PDT) Date: Fri, 5 Oct 2012 14:29:12 +0530 Message-ID: Subject: Disable sorting in reducer From: Kasi Subrahmanyam To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b339c4de6ce9d04cb4c159b --047d7b339c4de6ce9d04cb4c159b Content-Type: text/plain; charset=ISO-8859-1 Hi, Is there any way to disable sorting in the reducer without making the number of reducers zero? I have a need of reducers because i am writing multiple outputs/ Thanks, Subbu --047d7b339c4de6ce9d04cb4c159b Content-Type: text/html; charset=ISO-8859-1 Hi,

Is there any way to disable sorting in the reducer without making the number of reducers zero?

I have a need of reducers because i am writing multiple outputs/

Thanks,
Subbu

--047d7b339c4de6ce9d04cb4c159b--