Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update doc links for 0.2.0 #154

Merged
merged 2 commits into from Apr 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -84,16 +84,20 @@ 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.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)) |
| 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)) |

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.1.0 | 2.4.X |
| 0.2.0 | 2.4.X |

## Usage

Expand Down