throws FalconException {
Properties properties = loadClusterProperties(clusterEntity);
ExpressionHelper expHelp = ExpressionHelper.get();
expHelp.setPropertiesForVariable(properties);
return expHelp.evaluateFullExpression(exp, String.class);
}
public static String getStagingPath(org.apache.falcon.entity.v0.cluster.Cluster clusterEntity,
Feed feed, CatalogStorage storage, Tag tag, String suffix) {
String stagingDirPath = getStagingDir(clusterEntity, feed, storage, tag);