You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Amogh Vasekar <am...@yahoo-inc.com> on 2009/08/03 07:44:55 UTC

RE: setting parameters for a hadoop job

Ideally should be done using generic options parser. Please have a look at ToolRunner for more info.

Thanks,
Amogh

-----Original Message-----
From: Mark Kerzner [mailto:markkerzner@gmail.com] 
Sent: Saturday, August 01, 2009 2:47 AM
To: common-user@hadoop.apache.org
Subject: setting parameters for a hadoop job

Hi,
what is the preferred way of passing parameters to my job? I would want to
put them all in a properties file and pass that file as an argument, after
input and output. But I am not sure if this is recommended.

Thank you,
Mark