From 865a063f9639a0fd8408d63f4dd99dc6826287fa Mon Sep 17 00:00:00 2001 From: Michael Jiang Date: Fri, 26 Feb 2021 17:31:32 -0500 Subject: [PATCH 1/2] update --- .readme-partials.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readme-partials.yaml b/.readme-partials.yaml index b627f59c..8a0b018b 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). It can be used using the `--packages` option or the `spark.jars.packages` configuration property. ## Compatibility | Connector version | Spark version | From 2a077acc66866673e5c96ca613fcc89812d1f185 Mon Sep 17 00:00:00 2001 From: jiangmichaellll <40044148+jiangmichaellll@users.noreply.github.com> Date: Fri, 26 Feb 2021 17:42:34 -0500 Subject: [PATCH 2/2] Update .readme-partials.yaml Co-authored-by: Tianzi Cai --- .readme-partials.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readme-partials.yaml b/.readme-partials.yaml index 8a0b018b..c6a90ce8 100644 --- a/.readme-partials.yaml +++ b/.readme-partials.yaml @@ -16,7 +16,7 @@ custom_content: | ## Downloading and Using the Connector - The connector is available from the [Maven Central repository](https://search.maven.org/artifact/com.google.cloud/pubsublite-spark-sql-streaming). 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 |