Skip to content

Commit 948a3c8

Browse files
authored
Merge pull request #4335 from jovezhong/patch-1
minor change in spark-native-connector.md
2 parents 18f4542 + 8b4ae8b commit 948a3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/apache-spark/spark-native-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you want to avoid copying the JAR files to your Spark client node, you can us
137137

138138
```text
139139
--repositories https://{maven-central-mirror or private-nexus-repo} \
140-
--packages com.clickhouse.spark:clickhouse-spark-runtime-{{ spark_binary_version }}_{{ scala_binary_version }}:{{ stable_version }},com.clickhouse:clickhouse-jdbc:{{ clickhouse_jdbc_version }}:all
140+
--packages com.clickhouse.spark:clickhouse-spark-runtime-{{ spark_binary_version }}_{{ scala_binary_version }}:{{ stable_version }},com.clickhouse:clickhouse-jdbc:{{ clickhouse_jdbc_version }}
141141
```
142142

143143
Note: For SQL-only use cases, [Apache Kyuubi](https://github.com/apache/kyuubi) is recommended
@@ -476,7 +476,7 @@ ClickHouse.
476476
Spark SQL allows you to write queries exactly as you would in ClickHouse,
477477
so you can directly execute commands such as CREATE TABLE, TRUNCATE, and more - without modification, for instance:
478478

479-
note:::
479+
:::note
480480
When using Spark SQL, only one statement can be executed at a time.
481481
:::
482482

0 commit comments

Comments
 (0)