morningman opened a new pull request, #23887: URL: https://github.com/apache/doris/pull/23887
## Proposed changes Sometimes, user need to add some custom libs to the cluster, such lzo.jar, orai18n.jar, etc. In previous, these lib files are places in `fe/lib` or `be/lib`. But when upgrading cluster, the `lib` dir will be replaced by new `lib` dir, so that all custom libs are lost. In this PR, I add new dir `custom_lib` for FE and BE, and user can place custom lib files in it. ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
