This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new db64cf2a7ac [HUDI-8088] Fix documentation: filename of Externalized 
Config file (#11786)
db64cf2a7ac is described below

commit db64cf2a7acca3154d26d3c8cec28d502d5cb32c
Author: Vova Kolmakov <[email protected]>
AuthorDate: Sat Aug 17 05:24:04 2024 +0700

    [HUDI-8088] Fix documentation: filename of Externalized Config file (#11786)
---
 .../src/main/java/org/apache/hudi/common/config/ConfigGroups.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/common/config/ConfigGroups.java 
b/hudi-common/src/main/java/org/apache/hudi/common/config/ConfigGroups.java
index 95a809f10ca..ac19a33f64c 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/config/ConfigGroups.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/config/ConfigGroups.java
@@ -100,7 +100,7 @@ public class ConfigGroups {
         break;
       case ENVIRONMENT_CONFIG:
         description = "Hudi supports passing configurations via a 
configuration file "
-            + "`hudi-default.conf` in which each line consists of a key and a 
value "
+            + "`hudi-defaults.conf` in which each line consists of a key and a 
value "
             + "separated by whitespace or = sign. For example:\n"
             + "```\n"
             + "hoodie.datasource.hive_sync.mode               jdbc\n"

Reply via email to