Skip to content

Commit

Permalink
Revise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yihua committed Sep 21, 2024
1 parent b1ec145 commit 3ac4a3b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ public static String getDescription(Names names) {
+ "job configurations/tunings, so all the jobs on your cluster can utilize it. "
+ "It also works with Spark SQL DML/DDL, and helps avoid having to pass configs "
+ "inside the SQL statements.\n\n"
+ "Hudi always loads the configuration file under default directory `file:/etc/hudi/conf` "
+ "to set the default configs. You can specify another configuration "
+ "Hudi always loads the configuration file under default directory "
+ "`file:/etc/hudi/conf`, if exists, to set the default configs. "
+ "Besides, you can specify another configuration "
+ "directory location by setting the `HUDI_CONF_DIR` environment variable. "
+ "The configs stored in `HUDI_CONF_DIR/hudi-defaults.conf` are loaded, "
+ "overriding any configs already set by the config file in the default directory.";
Expand Down

0 comments on commit 3ac4a3b

Please sign in to comment.