beryllw opened a new issue, #1358: URL: https://github.com/apache/fluss/issues/1358
### Search before asking - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar. ### Motivation Currently, Fluss's HDFS and Paimon plugins only work with Fluss's built-in Hadoop. This forces users to rely on the embedded hadoop version even when their machines already have a pre-configured, system-level Hadoop environment. We could add support for using the host machine's hadoop environment. ### Solution 1. Load the system's HADOOP_CLASSPATH environment variable into the application's classpath. 2. Configure plugin.classloader.parent-first-patterns.default to prioritize Hadoop dependencies from the parent classloader (e.g., org.apache.hadoop.*). It would be better to use the `plugin.classloader.parent-first-patterns.additional` #1221 parameter for this configuration. ### Anything else? _No response_ ### Willingness to contribute - [ ] I'm willing to submit a PR! -- 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]
