Skip to content

Commit

Permalink
update log info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihan Li committed Nov 29, 2022
1 parent 0debbe6 commit 7c4c1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public String datasetURN() {
public Iterator<FileSet<CopyEntity>> getFileSetIterator(FileSystem targetFs, CopyConfiguration configuration)
throws IOException {
if (!fs.exists(manifestPath)) {
throw new IOException(String.format("Manifest path %s does not exist on filesystem %s, will not copy data in this manifest"
throw new IOException(String.format("Manifest path %s does not exist on filesystem %s, skipping this manifest"
+ ", probably due to wrong configuration of %s", manifestPath.toString(), fs.getUri().toString(), ManifestBasedDatasetFinder.MANIFEST_LOCATION));
} else if (fs.getFileStatus(manifestPath).isDirectory()) {
throw new IOException(String.format("Manifest path %s on filesystem %s is a directory, which is not supported. Please set the manifest file locations in"
Expand Down

0 comments on commit 7c4c1dd

Please sign in to comment.