}
final IndexStore accumuloIndexStore = new AccumuloIndexStore(
accumuloOperations);
final Index[] indices = JobContextIndexStore.getIndices(context);
for (final Index i : indices) {
if (!accumuloIndexStore.indexExists(i.getId())) {
accumuloIndexStore.addIndex(i);
}
}
final AdapterStore jobContextAdapterStore = getDataAdapterStore(
context,