private String getTableFeedInstanceName(Feed feed, String feedInstancePath,
Storage.TYPE storageType) throws URISyntaxException {
CatalogStorage instanceStorage = (CatalogStorage) FeedHelper.createStorage(
storageType.name(), feedInstancePath);
return feed.getName() + "/" + instanceStorage.toPartitionAsPath();
}
private String getFileSystemFeedInstanceName(String feedInstancePath, Feed feed,
Cluster cluster) throws FalconException {
Storage rawStorage = FeedHelper.createStorage(cluster, feed);