kyuubi/build
Cheng Pan b0dd4ead37
[KYUUBI #3459] [BUILD] Share jars to reduce binary release tarball size
### _Why are the changes needed?_

The 1.6.0 binary tarball is nearly 300MB, we can reduce the size by sharing jars between engine and server, as beeline does.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

```
-rw-r--r--   1 chengpan  staff   155M Sep  9 14:21 apache-kyuubi-1.7.0-SNAPSHOT-bin.tgz
```

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3459 from pan3793/dist.

Closes #3459

3a995e77 [Cheng Pan] fix
b86d1a0b [Cheng Pan] [BUILD] Share jars to reduce binary release tarball size

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-09-13 11:54:46 +08:00
..
release [KYUUBI #2873] [INFRA][DOCS] Improve release template script 2022-06-16 13:53:41 +08:00
dependency.sh [KYUUBI #1769][FOLLOWUP] Exclude log4j 12 deps from spark-hive and fix detect deps change workflow 2022-02-01 23:59:17 +08:00
dist [KYUUBI #3459] [BUILD] Share jars to reduce binary release tarball size 2022-09-13 11:54:46 +08:00
Dockerfile [KYUUBI #2115] Update license and enhance collect_licenses script 2022-03-14 19:45:40 +08:00
kyuubi-build-info [KYUUBI #2424] [Improvement] add Flink compile version and Trino client compile version to KyuubiServer Log 2022-04-21 15:22:10 +08:00
mvn [KYUUBI #1763] [INFRA] Remove scala installation inbuild/mvn and using warn level for the ci 2022-01-14 17:30:58 +08:00
util.sh