beryllw commented on code in PR #1359:
URL: https://github.com/apache/fluss/pull/1359#discussion_r2269061220
##########
fluss-common/src/main/java/com/alibaba/fluss/config/ConfigOptions.java:
##########
@@ -61,6 +61,12 @@ public class ConfigOptions {
"ch.qos.logback"
};
+ @Internal
+ public static final String[] PARENT_FIRST_HDFS_PATTERNS =
+ new String[] {
+ "hdfs-site", "core-site", "org.apache.hadoop.", "META-INF",
Review Comment:
> As discussed offline, seems `hdfs-site`,` core-site`, `META-INF` is a must
to configure?
`hdfs-site` and `core-site` are used to load machine hdfs environment conf.
When users work with an existing Hadoop environment on their machines, they
typically want to use their own HDFS configurations.
Alternatively, configurations can be set via the `fluss.hadoop.*` prefix, as
detailed in [fluss
doc](https://fluss.apache.org/docs/next/maintenance/filesystems/hdfs/).
`META-INF` is used to load related classes via SPI.
--
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]