Path confPath = new Path("file:///"
+ System.getProperty("oozie.action.conf.xml"));
LOG.info(confPath + " found ? "
+ confPath.getFileSystem(conf).exists(confPath));
conf.addResource(confPath);
ToolRunner.run(conf, new LateDataHandler(), args);
}
private static CommandLine getCommand(String[] args) throws ParseException {
Options options = new Options();