fsmConf.set("chukwa.salsa.fsm.mapclass", mapper);
args[k]=outputDir+mapper;
Path outputPath = new Path(args[k]);
outputPaths.add(outputPath);
if(hasData) {
int res = ToolRunner.run(fsmConf, new FSMBuilder(), args);
}
}
}
// Find the mapreduce output and load to MDL.
for(Path outputPath : outputPaths) {