-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean shuffle data #312
Clean shuffle data #312
Conversation
@@ -92,6 +89,8 @@ case class JobOperator( | |||
try { | |||
// Wait for streaming job complete if no error and there is streaming job running | |||
if (!exceptionThrown && streaming && spark.streams.active.nonEmpty) { | |||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
spark-sql-application/src/main/scala/org/apache/spark/sql/util/ShuffleCleaner.scala
Show resolved
Hide resolved
Signed-off-by: Peng Huo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes!
* Cleanup Spark shuffle data after data is consumed Signed-off-by: Peng Huo <[email protected]> * update comments Signed-off-by: Peng Huo <[email protected]> --------- Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 222e473) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Cleanup Spark shuffle data after data is consumed * update comments --------- (cherry picked from commit 222e473) Signed-off-by: Peng Huo <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Issues Resolved
#302
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.