{
result.get(1, TimeUnit.MINUTES);
}
} catch (Exception e) {
LOG.error("Unable to finish executing plan", e);
errorReport.addReportMessage(new ReportMessage("Triples Map Plan Execution Error", e.getMessage(), Priority.high));
shutdown(errorReport);
service = Executors.newFixedThreadPool(10);
}