executor.submit(new Callable<Integer>() {
@Override
public Integer call() throws Exception {
HBaseMapReduceIndexerTool tool = new HBaseMapReduceIndexerTool();
tool.setConf(hbaseConf);
return tool.run(batchArguments, new IndexerDefinitionUpdaterJobProgressCallback(indexerName));
}
});
BatchBuildInfo jobInfo = new BatchBuildInfo(System.currentTimeMillis(), null, null, batchArguments);
updatedIndexer