Hi, I have some code that's common between the main class, mapper, and reducer. Can I put it only in the main class and use it from mapper and reducer?
A similar question about static variables in the main - are the available from mapper and reducer? Thank you, Mark
