From f82087b17a6c6e44af235a7e6e7a4632874aef42 Mon Sep 17 00:00:00 2001 From: jiangmichaellll <40044148+jiangmichaellll@users.noreply.github.com> Date: Fri, 26 Feb 2021 17:50:00 -0500 Subject: [PATCH] docs: Add maven central link. (#100) * update * Update .readme-partials.yaml Co-authored-by: Tianzi Cai Co-authored-by: Tianzi Cai --- .readme-partials.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readme-partials.yaml b/.readme-partials.yaml index b627f59c..c6a90ce8 100644 --- a/.readme-partials.yaml +++ b/.readme-partials.yaml @@ -16,8 +16,7 @@ custom_content: | ## Downloading and Using the Connector - - The connector will be available from the Maven Central repository. It can be used using the `--packages` option or the `spark.jars.packages` configuration property. + The connector is available from the [Maven Central repository](https://search.maven.org/artifact/com.google.cloud/pubsublite-spark-sql-streaming). You can download and pass it in the `--packages` option when using the `spark-submit` command or set it via the `spark.jars.packages` [configuration property](https://spark.apache.org/docs/latest/configuration.html#available-properties). ## Compatibility | Connector version | Spark version |