You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Sudharsan Sampath <su...@ericsson.com> on 2011/05/13 09:02:59 UTC

Clarification on DelegatingInputFormat

Hi,

Could anyone clarify why a copy of JobConf is made in the method getSplits(JobConf conf, int numSplits in the DelegatingInputFormat class?

To my understanding it looked like it was setting only the mapred.input.dirs property for the job. So why not use the passed in conf.

Are there any consequences in working with the same conf object?

Thanks
Sudharsan S