Skip to content

Commit

Permalink
Docs: Remove incubating from Kyuubi reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jan 11, 2023
1 parent dd6ee03 commit 1b5ee68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/best_practices/01_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start/02_play_with_spark_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b5ee68

Please sign in to comment.