You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "fengjian428 (via GitHub)" <gi...@apache.org> on 2023/04/19 02:55:54 UTC

[GitHub] [hudi] fengjian428 commented on a diff in pull request #7614: [HUDI-5509] check if dfs support atomic creation when using filesyste…

fengjian428 commented on code in PR #7614:
URL: https://github.com/apache/hudi/pull/7614#discussion_r1170756472


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieCommonConfig.java:
##########
@@ -72,6 +72,15 @@ public class HoodieCommonConfig extends HoodieConfig {
       .markAdvanced()
       .withDocumentation("Turn on compression for BITCASK disk map used by the External Spillable Map");
 
+  public static final ConfigProperty<String> HOODIE_FS_ATOMIC_CREATION_SUPPORT = ConfigProperty

Review Comment:
   IIUC, you mean don't support any FS in FileLock as default?



-- 
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