public class HadoopMain
extends Object
This class may be run by Hadoop. It takes input and output directories as parameters,
and a script file name. It will run the script, invoking the "map" and "reduce"
methods on the script with string arguments. The script must be like a Node.js module
that has the "map" and "reduce" functions.