I have set some variable using the JobConf object.

jobConf.set("Operator", operator) etc.

How can I get an instance of Configuration object/ JobConf object inside
a map method so that I can retrieve these variables.

Thanks
-Abhinit

Reply via email to