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 Mark <st...@gmail.com> on 2010/08/29 23:30:58 UTC

Command line arguments

  How can I access command line arguments from a Map or Reduce job? Thanks

Re: Command line arguments

Posted by Mark <st...@gmail.com>.
  On 8/29/10 4:26 PM, Owen O'Malley wrote:
> You would need to save the arguments into the Configuration (aka
> JobConf) that you create your job with.
>
> -- Owen
Thanks I just realized that.

Re: Command line arguments

Posted by Owen O'Malley <om...@apache.org>.
You would need to save the arguments into the Configuration (aka
JobConf) that you create your job with.

-- Owen