}
@Override
public void createTable(FTable desc, byte[][] splitKeys) throws IOException {
if (!isMasterRunning()) {
throw new MasterNotRunningException();
}
EntityGroupInfo[] newEntityGroups = getEntityGroupInfos(desc, splitKeys);
checkInitialized();
this.executorService.submit(new CreateTableHandler(this, this,