Skip to content

Commit

Permalink
Merge 0fa3110 into d75274e
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangmichaellll committed Mar 8, 2021
2 parents d75274e + 0fa3110 commit ba13099
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readme-partials.yaml
Expand Up @@ -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 |
Expand Down

0 comments on commit ba13099

Please sign in to comment.