You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Joan <jo...@gmail.com> on 2012/02/08 12:21:42 UTC

How I share variables between jobs

Hi,

I'm trying to set a specific variable into job and I want to rehuse this
variable in other job.

The problem is when I set "context.getconfiguration().set("myvariable",xxx)
into the job, and this job finishes, then If I want to restore "myvariable"
in the other job, this variable doesn't exist.

So, Can you help me, how I can set variable into job and rehuse in other
job?

Thanks

Joan