previousVersion = status.getTablespaceMap().get("pagecountsintegration").getVersion();
}
DeployerCMD deployer = new DeployerCMD();
deployer.setConf(getConf());
if(deployer.run(new String[] { "-r", "2", "-q", qnode, "-root", tmpHdfsPath + "/output", "-ts",
"pagecountsintegration" }) < 0) {
throw new RuntimeException("Deployer failed!");
}
long waitedSoFar = 0;