Which version of Hadoop are you on? This ought to work as long as you're making configuration changes directly into the JobConf reference the OutputFormat gets passed to. How're you doing the changes?
On Fri, May 20, 2011 at 11:54 PM, Jane Chen <[email protected]> wrote: > I need to save some data in the job config as part of > OutputFormat.checkOutputSpecs(), and have it propagated to map tasks. It > seems that the property is saved correctly when > OutputFormat.checkOutputSpecs() is run, but it can't be found in the map > tasks. Any idea why that's the case? > > Thanks, > Jane > -- Harsh J
