[
https://issues.apache.org/jira/browse/HUDI-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378848#comment-17378848
]
ASF GitHub Bot commented on HUDI-2117:
--------------------------------------
minihippo commented on a change in pull request #3207:
URL: https://github.com/apache/hudi/pull/3207#discussion_r667584809
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -1037,6 +1038,10 @@ protected void
setWriteSchemaForDeletes(HoodieTableMetaClient metaClient) {
}
}
+ protected void unpersistRDD() {
Review comment:
`Upersist` has to been executed immediately before running inline
compaction or clustering to release the memory and disk. Therefore, cannot move
it into `close`
--
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]
> Unpersist the input rdd after the commit is completed
> -----------------------------------------------------
>
> Key: HUDI-2117
> URL: https://issues.apache.org/jira/browse/HUDI-2117
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: XiaoyuGeng
> Assignee: XiaoyuGeng
> Priority: Minor
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)