From e85116cdd150aa69c3ab2066c5abea98f4c4ac05 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 20 Oct 2021 16:55:24 +0800 Subject: [PATCH] nit --- docs/sql/rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sql/rules.md b/docs/sql/rules.md index c88475798a1..0bde265d1c9 100644 --- a/docs/sql/rules.md +++ b/docs/sql/rules.md @@ -56,8 +56,8 @@ And don't worry, Kyuubi will support the new Apache Spark version in future. Tha | kyuubi-extension-spark-3-1 | 3.1.x | 1.3.0-incubating | N/A | 1.3.0-incubating | spark-3.1 | kyuubi-extension-spark-3-2 | 3.2.x | 1.4.0-incubating | N/A | 1.4.0-incubating | spark-3.2 -1. Check the matrix that if you are using the supported Spark version, and find the cooperated Kyuubi Spark SQL Extension Jar -2. Get the Kyuubi Spark SQL Extension Jar +1. Check the matrix that if you are using the supported Spark version, and find the cooperated Kyuubi Spark SQL Extension jar +2. Get the Kyuubi Spark SQL Extension jar 1. Each Kyuubi binary release tarball only contains one default version of Kyuubi Spark SQL Extension jar, if you are looking for such version, you can find it under `$KYUUBI_HOME/extension` 2. All supported versions of Kyuubi Spark SQL Extension will be deployed to [Maven Central](https://search.maven.org/search?q=kyuubi-extension-spark) 3. If you like, you can compile Kyuubi Spark SQL Extension by yourself, please activate the cooperated Maven's profile on you compile command, i.e. you can get Kyuubi Spark SQL Extension jar for Spark 3.1 under `dev/kyuubi-extension-spark-3-1/target` when `-Pspark-3.1` is activated