outputManifest to s3 bucket error : No such file or directory

52 views Asked by At

When I use s3-dist-cp in emr jobs to copy files from source s3 to destination s3 with outputManifest argument, the manifest file was written to the destination s3 bucket as well. In theory I should be able to use this manifest file as the previousManifest file the next time to avoid reloading existing files. However, I wonder the correct way to add it to the --previousManifest argument as I've tried s3://, s3a://, and s3n://, and I always got "No such file or directory" error.

0

There are 0 answers