@rab ra : Last line of the para.

An example :

*Job Setup -*
Configuration conf = new Configuration();
conf.set("param", "value");
Job job = new Job(conf);

*Inside mapper -*
Configuration conf = context.getConfiguration();
String paramValue = conf.get("param");

HTH

Warm Regards,
Tariq
cloudfront.blogspot.com


On Wed, Aug 28, 2013 at 7:05 PM, Shahab Yunus <[email protected]>wrote:

> See here:
> http://hadoop.apache.org/docs/stable/mapred_tutorial.html#Job+Configuration
>
> Regards,
> Shahab
>
>
> On Wed, Aug 28, 2013 at 7:59 AM, rab ra <[email protected]> wrote:
>
>> Hello
>>
>> Any hint on how to pass parameters to mappers in 1.2.1 hadoop release?
>>
>
>

Reply via email to