106107108109110111112
} private static void runRuleProcessor() { Map<String, String> jobData = Maps.newHashMap(); jobData.put(RuleProcessor.CHUNK_SIZE, Integer.toString(CHUNK_SIZE)); new RuleProcessor().execute(jobData); }