}
private void updateCoords(String cluster, String bundleId, int concurrency,
Date endTime) throws FalconException {
if (endTime.compareTo(now()) <= 0) {
throw new FalconException("End time "
+ SchemaHelper.formatDateUTC(endTime)
+ " can't be in the past");
}
BundleJob bundle = getBundleInfo(cluster, bundleId);