From 0cfbcd2e08ba0e0652d0321163ef7dfd606ae9ca Mon Sep 17 00:00:00 2001 From: SteNicholas Date: Tue, 15 Mar 2022 09:43:58 +0800 Subject: [PATCH] [KYUUBI #2022] Hive Backend Engine - maven-google-downloader plugin support for hive distribution ### _Why are the changes needed?_ Hive Backend Engine - maven-google-downloader plugin support for hive distribution. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2137 from SteNicholas/KYUUBI-2022. Closes #2022 27df3241 [SteNicholas] [KYUUBI #2022] Hive Backend Engine - maven-google-downloader plugin support for hive distribution Authored-by: SteNicholas Signed-off-by: ulysses-you --- externals/kyuubi-download/pom.xml | 11 +++++++++++ pom.xml | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml index fc21c7feb..32579a07b 100644 --- a/externals/kyuubi-download/pom.xml +++ b/externals/kyuubi-download/pom.xml @@ -60,6 +60,17 @@ ${flink.archive.mirror}/${flink.archive.name} + + download-hive-release + compile + + wget + + + ${hive.archive.download.skip} + ${hive.archive.mirror}/${hive.archive.name} + + ${project.build.directory} diff --git a/pom.xml b/pom.xml index 417eb3798..0b11566d2 100644 --- a/pom.xml +++ b/pom.xml @@ -115,6 +115,9 @@ 3.3.2 2.3.9 3.1.2 + apache-hive-${hive.version}-bin.tar.gz + ${apache.archive.dist}/hive/hive-${hive.version} + false 0.10.0 iceberg-spark-runtime-3.2_${scala.binary.version} 0.13.1 @@ -1926,6 +1929,13 @@ + + hive-provided + + true + + + spark-block-cleaner