Hi All

I prepare my JobConf object in a java class, by calling various set
apis in JobConf object. When I submit the jobconf object using
JobClient.runJob(conf), I'm seeing the warning:
"Use GenericOptionsParser for parsing the arguments. Applications
should implement Tool for the same". From hadoop sources it looks like
setting "mapred.used.genericoptionsparser" will prevent this warning.
But if I set this flag to true, will it have some other side effects.

Thanks
Sandhya

Reply via email to