You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/25 04:20:23 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

nsivabalan commented on a change in pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#discussion_r814463905



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -447,6 +447,12 @@
       .sinceVersion("0.11.0")
       .withDocumentation("Master control to disable all table services including archive, clean, compact, cluster, etc.");
 
+  public static final ConfigProperty<Boolean> RELEASE_RESOURCE_ENABLE = ConfigProperty
+      .key("hoodie.release.resource.enabled")

Review comment:
       can we name this "hoodie.release.resource.on.completion.enable"




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org