You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/20 04:12:23 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on a change in pull request #1257: [BUILD] Reduce unnecessary maven profile

ulysses-you commented on a change in pull request #1257:
URL: https://github.com/apache/incubator-kyuubi/pull/1257#discussion_r732401474



##########
File path: docs/sql/rules.md
##########
@@ -53,10 +53,13 @@ And don't worry, Kyuubi will support the new Apache Spark version in future. Tha
 
 ## How to use Kyuubi SQL extension
 
-1. you need to choose Apache Spark branch-3.1 or higher version with Kyuubi binary tgz.
-2. if you want to compile Kyuubi by yourself, the maven opt should add `-Pkyuubi-extension-spark-3-1`
-3. move the jar(`kyuubi-extension-spark-*.jar`) which is in `$KYUUBI_HOME/extension` into `$SPARK_HOME/jars`
-4. add a config into `spark-defaults.conf`, `spark.sql.extensions=org.apache.kyuubi.sql.KyuubiSparkSQLExtension`
+1. Since v1.3.0-incubating, Kyuubi provides `kyuubi-extension-spark-3-1-*.jar` for Apache Spark 3.1.x
+2. Since v1.4.0-incubating, Kyuubi provides `kyuubi-extension-spark-3-2-*.jar` for Apache Spark 3.2.x
+3. You need to choose the supported Spark version with cooperated Kyuubi Spark SQL Extension Jar
+5. The Kyuubi binary release tarball only contains one Kyuubi Spark SQL Extension jar which is Kyuubi the current default build Spark version, you can find all supported versions jars in Maven Central, or build by yourself 

Review comment:
       can we also add the Maven Central link ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org