> But if conf.set(...) is called after instantiating job, it doesn't. > > Is this intended? > yes, Configuration must be set up before instantiating the Job object. However, some job parameters can be changed (before the actual job submission) by calling set methods on Job object.
- Sharad
