Skip to content

Commit

Permalink
updated readme (#20956)
Browse files Browse the repository at this point in the history
cosmos spark update readme after release
  • Loading branch information
moderakh authored May 3, 2021
1 parent 5b4a493 commit 9d2537e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@ https://github.com/Azure/azure-sdk-for-java/issues/new

| Connector | Spark | Minimum Java Version | Supported Scala Versions |
| ------------- | ------------- | -------------------- | ----------------------- |
| 4.0.0-beta.2 | 3.1.1 | 8 | 2.12 |
| 4.0.0-beta.1 | 3.1.1 | 8 | 2.12 |

## Download

You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.0.0-beta.1`
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.0.0-beta.2`

You can also integrate against Cosmos DB Spark Connector in your SBT project:
```scala
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.0.0-beta.1"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.0.0-beta.2"
```

Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-1_2-12/4.0.0-beta.1/jar).
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-1_2-12/4.0.0-beta.2/jar).

### General

Expand Down

0 comments on commit 9d2537e

Please sign in to comment.