ImmutableBytesWritable.class, CubeIndexEntry.class, job);
TableMapReduceUtil.initTableReducerJob(descr.getCubeIndexTable(),
GenerateCubeIndexReducer.class, job);
job.waitForCompletion(true);
} catch (Exception e) {
throw new OLAPEngineException(e);
}
}