yuqi1129 commented on issue #9859: URL: https://github.com/apache/gravitino/issues/9859#issuecomment-3835115402
> Hi [@danhuawang](https://github.com/danhuawang) > > I investigated this issue and I think the root cause: In build.gradle.kts, the build process: > > 1. Creates `distribution/package/catalogs/jdbc-oceanbase/` (line 1127 calls oceanbase's copyLibAndConfig) > 2. Then **deletes it** (lines 776-782) because OceanBase is a contrib catalog, not part of the default distribution > 3. The Docker script (gravitino-dependency.sh line 72) then tries to copy MySQL driver to this deleted directory > > If this analysis is correct. Let me know if you give me permission to work on it. Please go ahead as the analysis is correct. The real problem is whether Gravitino docker images should include catalogs in `catalogs-contrib`. Since the release tar packages will not contain those in `catalogs-contrib`, I guess the docker image should also exclude it. cc @jerryshao -- 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]
