RE: Assigning the same partition number to the mapper output

2013-06-16 Thread Devaraj k
If you are using TextOutputFormat for your job, getRecordWriter() (i.e RecordWriter org.apache.hadoop.mapreduce.lib.output.TextOutputFormat.getRecordWriter(TaskAttemptContext job) throws IOException, InterruptedException) method uses FileOutputFormat.getDefaultWorkFile() for generating the fi

Re: Assigning the same partition number to the mapper output

2013-06-14 Thread Rahul Bhattacharjee
Some flexibility is there when it comes to changing the name of the output. Check out MultipleOutputs Never used it with a map only job. Thanks, Rahul On Thu, Jun 13, 2013 at 8:33 AM, Maysam Yabandeh wrote: > Hi, > > I was wondering if it is possible in hadoop to assign the same partition > nu