} catch (IOException e) {
throw new RuntimeException("Could not instantiate hRaven FlowQueueService", e);
}
try {
flowEventService = new FlowEventService(hbaseConf);
} catch (IOException e) {
throw new RuntimeException("Could not instantiate hRaven FlowEventService", e);
}
// make sure hRavenClusters.properties file is on the classpath