From 3cb261199f38fe02b01fa9f5c6c3ca6d339ed21c Mon Sep 17 00:00:00 2001 From: jiangmichaellll <40044148+jiangmichaellll@users.noreply.github.com> Date: Tue, 20 Apr 2021 22:27:54 -0400 Subject: [PATCH] docs: Update doc links for 0.2.0 (#154) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb322d2..9865ea36 100644 --- a/README.md +++ b/README.md @@ -84,15 +84,19 @@ and manual Spark installations. ``` ## Downloading and Using the Connector - The latest version of the connector is publicly available in the following link: + The latest version of the connector is publicly available in the following link: + | Connector version | Link | | --- | --- | + | 0.2.0 | `gs://spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.2.0-with-dependencies.jar`([HTTP link](https://storage.googleapis.com/spark-lib/pubsublite/pubsublite-spark-sql-streaming-0.2.0-with-dependencies.jar)) | | 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 | | --- | --- | +| 0.2.0 | 2.4.X | | 0.1.0 | 2.4.X | ## Usage