spark-distcp
spark-distcp copied to clipboard
Option to disable File checksum comparison
We would like to use spark-distcp do copy file between HDFS and S3, as the filesystem implementation is not the same
sourceFS.getFileChecksum(definition.source.getPath))
and destFS.getFileChecksum(destPath)
might not be the same.
We would like to be able to disable this check.