sadanand48 opened a new pull request, #4252: URL: https://github.com/apache/ozone/pull/4252
## What changes were proposed in this pull request? Main changes 1. Make `org.apache.hadoop.ozone.snapshot.SnapshotDiffReport` extend `org.apache.hadoop.hdfs.protocol.SnapshotDiffReport` 2. Add Ozone's DistcpSync implementation that provides flexibility to use Ozone specific checks/ functions. Changes to pom.xml 1. added `hadoop-distcp` dependency to `ozonefs-common` 2. added `hadoop-hdfs-client` to `ozone-common` (required to access `org.apache.hadoop.hdfs.protocol.SnapshotDiffReport`) 3. update `hadoop` version to` 3.4.0-Snapshot` that contains changes for distcp to work with ozone with snapshots. 4. Had to update `kerby.version` as it was throwing Dependency convergence error for org.apache.kerby:kerb-core:jar:1.0.1 since latest version of hadoop uses this version. this change requires latest version of hadoop that contains [HDFS-16911.](https://issues.apache.org/jira/browse/HDFS-16911) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7916 ## How was this patch tested? Unit tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
