* system table.
*/
// new Pig8CubeIncrementalCompilerBean(cubeModelRsrc, new
// ClassPathResource("example1-preambula.pig"), 5);
String script = compiler.preparePigSource(workPath.toString());
// ////////////////////////////////////
// ------------- debug: dump the script
Path dumpDir = new Path(inputPath, "__debug");
dfs.mkdirs(dumpDir);