From 1bf772a275e76d6b7229d628b72d5dce4f5c8bc5 Mon Sep 17 00:00:00 2001 From: jiangmichaellll <40044148+jiangmichaellll@users.noreply.github.com> Date: Tue, 9 Mar 2021 20:12:02 -0500 Subject: [PATCH] docs: Update gcs public available link (#109) --- .readme-partials.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readme-partials.yaml b/.readme-partials.yaml index c6a90ce8..9c84e179 100644 --- a/.readme-partials.yaml +++ b/.readme-partials.yaml @@ -15,8 +15,11 @@ 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). 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). + The latest version of the connector is publicly available in the following link: + | Connector version | Link | + | --- | --- | + | 0.1.0 | `gs://spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.1.0-with-dependencies.jar`([HTTP link](https://storage.googleapis.com/spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.1.0-with-dependencies.jar)) | + The connector is also 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 `--jars` option when using the `spark-submit` command. ## Compatibility | Connector version | Spark version |