this.authorizations = new AccumuloAuthorizations();
AuthorizationRepository authorizationRepository = new InMemoryAuthorizationRepository();
try {
Map configurationMap = SecureGraphMRUtils.toMap(context.getConfiguration());
Configuration config = HashMapConfigurationLoader.load(configurationMap);
this.ontologyRepository = new SecureGraphOntologyRepository(getGraph(), config, authorizationRepository);
} catch (Exception e) {
throw new IOException("Could not configure secure graph ontology repository", e);
}
linesProcessedCounter = context.getCounter(DbpediaImportCounters.LINES_PROCESSED);
}