/*
* deploy cube schema (optionally dropping the existing one)
* WARNING: would drop existing cube!!
*/
HblAdmin hblAdmin = new HblAdmin(cubeModelRsrc);
if (!QUERY_ONLY) {
hblAdmin.dropCube(getConf());
hblAdmin.deployCube(getConf());
}
String cubeName = hblAdmin.getCube().getName();
/*
* prepare incremental simulated input and select work dir for the
* compiler job
*/