RE: mapred.reduce.tasks

2015-04-21 Thread Rohith Sharma K S
file or configuration file which are loading at client. Thanks & Regards Rohith Sharma K S From: Shushant Arora [mailto:shushantaror...@gmail.com] Sent: 21 April 2015 18:26 To: user@hive.apache.org Subject: mapred.reduce.tasks In MapReduce job how reduce tasks numbers are decided ? I hav

mapred.reduce.tasks

2015-04-21 Thread Shushant Arora
In MapReduce job how reduce tasks numbers are decided ? I haven't override the mapred.reduce.tasks property and its creating ~700 reduce tasks. Thanks

Why set mapred.reduce.tasks does not work in hive-0.70-rc1 edition

2011-10-10 Thread Jander g
Hi, all Why set mapred.reduce.tasks does not work in hive-0.70-rc1 edition? The source code follows: private void setNumberOfReducers() throws IOException { // this is a temporary hack to fix things that are not fixed in the compiler Integer numReducersFromWork = work.getNumReduceTasks

RE: how to disable mapred.reduce.tasks

2011-07-01 Thread Steven Wong
Try -1, judging from this: mapred.reduce.tasks -1 The default number of reduce tasks per job. Typically set to a prime close to the number of available hosts. Ignored when mapred.job.tracker is "local". Hadoop set this to 1 by default, whereas hive uses -1 as its def

how to disable mapred.reduce.tasks

2011-06-29 Thread Igor Tatarinov
I set mapred.reduce.tasks manually to have a single wave of reducers (does that make sense, by the way?) When I save the data, I often end up with a bunch of small files because we use compression and Hive doesn't seem to merge small compressed files. So my question is: can I di