Skip to content

Commit 1bf772a

Browse files
docs: Update gcs public available link (#109)
1 parent d75274e commit 1bf772a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.readme-partials.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ custom_content: |
1515
```
1616
1717
## Downloading and Using the Connector
18-
19-
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).
18+
The latest version of the connector is publicly available in the following link:
19+
| Connector version | Link |
20+
| --- | --- |
21+
| 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)) |
22+
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.
2023
2124
## Compatibility
2225
| Connector version | Spark version |

0 commit comments

Comments
 (0)