Return-Path: Delivered-To: apmail-hive-user-archive@www.apache.org Received: (qmail 33610 invoked from network); 19 Jan 2011 15:49:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2011 15:49:27 -0000 Received: (qmail 36495 invoked by uid 500); 19 Jan 2011 15:49:26 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 36139 invoked by uid 500); 19 Jan 2011 15:49:23 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 36131 invoked by uid 99); 19 Jan 2011 15:49:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 15:49:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ajo.fod@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 15:49:16 +0000 Received: by wye20 with SMTP id 20so1007085wye.35 for ; Wed, 19 Jan 2011 07:46:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=5vtqTkvR87L6W0MSnnzxvzBEEhQPJcRVWqQJ5CnXffw=; b=UKucT6sa8N08uXSBniT81eiCItWunAtQ9Z14XtVuLYMt+xzN4qKF1GvzPJ8027X44i VsvxNIUfulqo6lFbyRnL+Bx0y2ryqk3t0mOpiE+xZgCp/EbO8Wge2tpPYO7UIXZVNaNt 0kOKgrZYVc+r6czZNTE2EMFGs+8euPXZvsE24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=si5cfCiLLeGDLLqWP+4a4tge0RFvKlsF31go3uWzIK+nVAswSBK6cnH2tlp4eEWtAH E4+BNkZBzAzBs5GOK04tlgWqzNr8YW5z4e6Z2ixRdDIrbZySW53DYPJtHb9T0IKNeRub Gxu1+O3cdsQHLO9tfvrp/gARwbDjO8AX1G+MU= MIME-Version: 1.0 Received: by 10.227.172.7 with SMTP id j7mr959441wbz.199.1295451980359; Wed, 19 Jan 2011 07:46:20 -0800 (PST) Received: by 10.227.29.201 with HTTP; Wed, 19 Jan 2011 07:46:20 -0800 (PST) Date: Wed, 19 Jan 2011 07:46:20 -0800 Message-ID: Subject: how do I use multiple reducers in hive? From: Ajo Fod To: user@hive.apache.org Content-Type: text/plain; charset=ISO-8859-1 I've 2 questions: 1) how to raise the number of reducers? 2) why are there only 2 bucket files per partition even though I specified 32 buckets? I've set the following and don't see an increase in the number of reducers. >>set hive.exec.reducers.max=32; >>set mapred.reduce.tasks=32; Could this be because the jobs are too small? I have a feeling that this is the cause for my having only 2 bucket files in each partition, inspite of specifing 32 buckets. -Ajo.