iwasakims opened a new pull request #3374: URL: https://github.com/apache/hadoop/pull/3374
https://issues.apache.org/jira/browse/HDFS-16091 When there are millions of diffs between two snapshots, the old getSnapshotDiffReport() isn't scalable. This PR adds GETSNAPSHOTDIFFLISTING op to NameNode WebHDFS API. WebHdfsFileSystem#getSnapshotDiffReport is fixed to leverage getSnapshotDiffReportListing in the same way as DistributedFileSystem#getSnapshotDiffReport. -- 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]
