-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#391] feat(catalog-lakehouse): Build catalog-lakehouse dependent JAR…
… into catalogs directory (#394) ### What changes were proposed in this pull request? + Added `catalog-lakehouse` job in the Gradle build scripts. + Use better names for some jobs ``` ├── bin ├── conf └── distribution/package ├── bin/ ├── catalogs/hive/libs ├── catalogs/lakehouse/libs ├── conf/ └── libs/ ``` ### Why are the changes needed? Currently, building `catalog-lakehouse` module can't move dependent JAR into `${graviton}/distribution/package/catalogs/`. It may be in conflict with Graviton. Fix: #391 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI passed
- Loading branch information
Showing
3 changed files
with
42 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters