From f634328bca24fffe4f668b28e6182f8eb7e42f6a Mon Sep 17 00:00:00 2001 From: Cheng Pan <379377944@qq.com> Date: Fri, 11 Jun 2021 00:28:26 +0800 Subject: [PATCH] [KYUUBI #681] [DOC] Update Kudu integration doc ### _Why are the changes needed?_ ### _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.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #681 from pan3793/doc. Closes #681 5c90fbf [Cheng Pan] [DOC] Update Kudu integration doc Authored-by: Cheng Pan <379377944@qq.com> Signed-off-by: Kent Yao --- docs/integrations/kudu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/kudu.md b/docs/integrations/kudu.md index e45c57783..41e7baa64 100644 --- a/docs/integrations/kudu.md +++ b/docs/integrations/kudu.md @@ -21,11 +21,11 @@ Before integrating Kyuubi with Kudu, we strongly suggest that you integrate and ## Kudu Integration with Kyuubi #### Install Kudu Spark Dependency -Confirm your Kudu cluster version and download the corresponding kudu spark dependency libary, such as [org.apache.kudu:kudu-spark2_2.11:1.9.0](https://repo1.maven.org/maven2/org/apache/kudu/kudu-spark2_2.11/1.9.0/kudu-spark2_2.11-1.9.0.jar) to `$SPARK_HOME`/jars. +Confirm your Kudu cluster version and download the corresponding kudu spark dependency library, such as [org.apache.kudu:kudu-spark3_2.12-1.14.0](https://repo1.maven.org/maven2/org/apache/kudu/kudu-spark3_2.12/1.14.0/kudu-spark3_2.12-1.14.0.jar) to `$SPARK_HOME`/jars. #### Start Kyuubi -Now, you can start Kyuubi server with this kudu embeded Spark distribution. +Now, you can start Kyuubi server with this kudu embedded Spark distribution. #### Start Beeline Or Other Client You Prefer