diff --git a/docs/best_practices/01_deployment.md b/docs/best_practices/01_deployment.md index 37c735ea..0ed16c2e 100644 --- a/docs/best_practices/01_deployment.md +++ b/docs/best_practices/01_deployment.md @@ -21,7 +21,7 @@ Deployment Put `clickhouse-spark-runtime-{{ spark_binary_version }}_{{ scala_binary_version }}-{{ stable_version }}.jar` and `clickhouse-jdbc-{{ clickhouse_jdbc_version }}-all.jar` into `$SPARK_HOME/jars/`, then you don't need to bundle the jar into your Spark application, and `--jar` is not required when using `spark-shell` or `spark-sql`(again, for SQL-only -use cases, [Apache Kyuubi (Incubating)](https://github.com/apache/incubator-kyuubi) is recommended for Production). +use cases, [Apache Kyuubi](https://github.com/apache/kyuubi) is recommended for Production). ## Configuration diff --git a/docs/quick_start/02_play_with_spark_sql.md b/docs/quick_start/02_play_with_spark_sql.md index 46c347b8..a04da05a 100644 --- a/docs/quick_start/02_play_with_spark_sql.md +++ b/docs/quick_start/02_play_with_spark_sql.md @@ -16,7 +16,7 @@ license: | Play with Spark SQL === -Note: For SQL-only use cases, [Apache Kyuubi(Incubating)](https://github.com/apache/incubator-kyuubi) is recommended +Note: For SQL-only use cases, [Apache Kyuubi](https://github.com/apache/kyuubi) is recommended for Production. ## Launch Spark SQL CLI