deletePaths.add(FileOutputFormat.getOutputPath(uniqueListenersConf));
deletePaths.add(FileOutputFormat.getOutputPath(sumConf));
JobControl control = new JobControl("TrackStatisticsProgram");
control.addJob(listenersJob);
control.addJob(sumJob);
control.addJob(mergeJob);
// execute the jobs
try {
Thread jobControlThread = new Thread(control, "jobcontrol");