You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, building catalog-lakehouse module can't move dependent JAR into ${graviton}/distribution/package/catalogs/.
It may be in conflict with Graviton.
… 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
Describe the subtask
Currently, building
catalog-lakehouse
module can't move dependent JAR into${graviton}/distribution/package/catalogs/
.It may be in conflict with Graviton.
New distribution directory struct is :
Parent issue
#321
The text was updated successfully, but these errors were encountered: