frankliee commented on PR #55: URL: https://github.com/apache/incubator-uniffle/pull/55#issuecomment-1185361183
> > ### What changes were proposed in this pull request? > > Rewrite Mapreduce's MergerManager to spill sorted segments to HDFS, It returns a merge-sorted iterator to read these HDFS segments. > > ### Why are the changes needed? > > In cloud, machines may have very limited disk space and performance. This PR allows to spill data to remote storage (e.g., hdfs) > > ### Does this PR introduce _any_ user-facing change? > > Yes. rss.reduce.remote.spill.enable (default false) > > ### How was this patch tested? > > New UT and IT with remote spill. > > Co-authored-by: roryqi [[email protected]](mailto:[email protected]) > > update your description and document. This pr introduce another configuration option. Doc is updated -- 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]
