yihua commented on code in PR #10835:
URL: https://github.com/apache/hudi/pull/10835#discussion_r1769463793
##########
hudi-common/src/main/java/org/apache/hudi/common/config/DFSPropertiesConfiguration.java:
##########
@@ -113,15 +112,14 @@ public static TypedProperties loadGlobalProps() {
}
}
// Try loading the external config file from local file system
+ try {
+ conf.addPropsFromFile(DEFAULT_PATH);
+ } catch (Exception e) {
+ LOG.warn("Cannot load default config file: " + DEFAULT_PATH, e);
+ }
Review Comment:
Created HUDI-8223 for docs update.
--
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]