try {
GruntParser grunt = new GruntParser(new StringReader(substituted), this);
grunt.setInteractive(false);
setBatchOn();
//grunt.setLoadOnly(true);
grunt.parseOnly();
} catch (org.apache.pig.tools.pigscript.parser.ParseException e) {
log.error(e.getLocalizedMessage());
throw new IOException(e);
}