public static void main(String[] args) throws Exception {
//InfiniteHadoopTestUtils.loadSampleData(args[0], "127.0.0.1", 27017, true);
// (the "true" deletes the old data before inserting from the specified file)
// Here only 1 map/reduce is called, you can call a chain by calling runStandalone with different config files
int exitCode = InfiniteHadoopTestUtils.runStandalone( new HadoopPrototypingTool(), "src/test/config.xml", args );
System.exit( exitCode );
}