Hi Jianmin, Partitioner extends JobConfigurable, so you can implement the configure() method to access the JobConf.
Hope that helps. Cheers, Tom On Tue, Jul 14, 2009 at 10:27 AM, Jianmin Woo<[email protected]> wrote: > Hi, > > I am considering to implement a Partitioner that needs to access the > parameters in Configuration of job. However, there is no straightforward way > for this task. Are there any suggestions? > > Thanks, > Jianmin > > > >
