You can get the job configuration in your UDF through this function. JobConf conf = UDFContext.getInstance().getJobConf();
Any job parameters that you pass in the job, should be available in conf. On Thu, Apr 10, 2014 at 12:02 PM, Patcharee Thongtra < [email protected]> wrote: > Hi, > > I implemented a custom load function. How to pass some user settings to > this function? > > Any help is appreciated, > > Patcharee > -- Regards, Abhishek Agarwal
