From b6771488350dcb4f1022dc3264ddf2f5e6b46a62 Mon Sep 17 00:00:00 2001 From: Yikf Date: Wed, 28 Sep 2022 18:35:54 +0800 Subject: [PATCH] [KYUUBI #3566] Shade Zookeeper into spark engine jar ### _Why are the changes needed?_ Close https://github.com/apache/incubator-kyuubi/issues/3566. ### _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 - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3570 from Yikf/shade-spark-engine. Closes #3566 0290cbc9 [Yikf] shade zookeeper in spark-engine Authored-by: Yikf Signed-off-by: Cheng Pan --- externals/kyuubi-spark-sql-engine/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml index b215c2aa6..55709cd79 100644 --- a/externals/kyuubi-spark-sql-engine/pom.xml +++ b/externals/kyuubi-spark-sql-engine/pom.xml @@ -222,6 +222,7 @@ org.apache.curator:curator-client org.apache.curator:curator-framework org.apache.curator:curator-recipes + org.apache.zookeeper:zookeeper org.apache.hive:hive-service-rpc org.apache.thrift:* @@ -252,6 +253,20 @@ org.apache.curator.** + + org.apache.zookeeper + ${kyuubi.shade.packageName}.org.apache.zookeeper + + org.apache.zookeeper.** + + + + org.apache.jute + ${kyuubi.shade.packageName}.org.apache.jute + + org.apache.jute.** + + org.apache.hive.service.rpc.thrift ${kyuubi.shade.packageName}.org.apache.hive.service.rpc.thrift