paultanay commented on issue #9859: URL: https://github.com/apache/gravitino/issues/9859#issuecomment-3835035170
Hi @danhuawang I investigated this issue and I think the root cause: In [build.gradle.kts](cci:7://file:///d:/Coding%20Files/Open%20Source/gravitino/build.gradle.kts:0:0-0:0), 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](cci:7://file:///d:/Coding%20Files/Open%20Source/gravitino/dev/docker/gravitino/gravitino-dependency.sh:0:0-0:0) 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. -- 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]
