Skip to content

Commit 8b4ae8b

Browse files
author
Jove Zhong
committed
remove the :all for spark CLI packages
Otherwise the error message: java.lang.IllegalArgumentException: requirement failed: Provided Maven Coordinates must be in the form 'groupId:artifactId:version'. The coordinate provided is: com.clickhouse:clickhouse-jdbc:0.9.1:all
1 parent 3b14d22 commit 8b4ae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)