Map-reduce deployment related Q


2 Answer(s)


There might be cases, where you want to distribute jar files dynamically during runtime. Remember these are not the MapRed specific code. MapReduce jars are distributed before the start of MR program.

Right...Would you be able to share one of the cases where we may have to distribute jars dynamically? and how would they be used? Is it that the methods will be overloaded by dynamic jar or dynamic jar methods code will have greater precedence ?

Also, would you please clarify if MR code will be distributed each time we run that mapred program? Or they will be deployed on each of the node as part of s/w deployment?

Thanks

Karuna

Thanks
Karuna