linfey90 opened a new issue, #8240: URL: https://github.com/apache/hudi/issues/8240
We need to implement a multi-catalog dynamic change, But much of hudi's code has hadoop parameters that are captured through the environment. In particular, the protocol corresponding to s3a, such as minio, needs to use secret key, value, etc., which will cause many problems. What I do now is transfer these environment parameters all the way down through the hiveConf in the HoodieHiveCatalog to FileSystem. To be honest, hudi should not support multiple different catalogs at this point, and needs to consider overall refactoring. -- 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]
